cdx-proto
    Preparing search index...

    Type Alias Definition_Standard_Level

    Definition_Standard_Level: Message<"cyclonedx.v1_6.Definition.Standard.Level"> & {
        bomRef?: string;
        description?: string;
        identifier?: string;
        requirements: string[];
        title?: string;
    }

    Type declaration

    • OptionalbomRef?: string

      An optional identifier which can be used to reference the component elsewhere in the BOM. Uniqueness is enforced within all elements and children of the root-level bom element.

      from field: optional string bom_ref = 1;

    • Optionaldescription?: string

      The description of the level.

      from field: optional string description = 4;

    • Optionalidentifier?: string

      The identifier used in the standard to identify a specific level.

      from field: optional string identifier = 2;

    • requirements: string[]

      The list of requirement bom-refs that comprise the level.

      from field: repeated string requirements = 5;

    • Optionaltitle?: string

      The title of the level.

      from field: optional string title = 3;

    from message cyclonedx.v1_6.Definition.Standard.Level