cdx-proto
    Preparing search index...

    Type Alias Citation_Expressions

    Citation_Expressions: Message<"cyclonedx.v1_7.Citation.Expressions"> & {
        expression: string[];
    }

    Type Declaration

    • expression: string[]

      Specifies a path expression used to locate a value within a BOM. The expression syntax shall conform to the format of the BOM's serialisation. Use JSONPath for JSON, XPath for XML, and default to JSONPath for Protocol Buffers unless otherwise specified. Implementers shall ensure the expression is valid within the context of the applicable serialisation format. Use either "pointer" or "expression" but not both in this object. Must contain at least 1 item.

      from field: repeated string expression = 1;

    from message cyclonedx.v1_7.Citation.Expressions