cdx-proto
    Preparing search index...

    Type Alias Definition_Standard

    Definition_Standard: Message<"cyclonedx.v1_6.Definition.Standard"> & {
        bomRef?: string;
        description?: string;
        externalReferences: ExternalReference[];
        levels: Definition_Standard_Level[];
        name?: string;
        owner?: string;
        requirements: Definition_Standard_Requirement[];
        version?: 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 standard.

      from field: optional string description = 4;

    • externalReferences: ExternalReference[]

      External references provide a way to document systems, sites, and information that may be relevant but are not included with the BOM. They may also establish specific relationships within or external to the BOM.

      from field: repeated cyclonedx.v1_6.ExternalReference externalReferences = 8;

    • levels: Definition_Standard_Level[]

      The list of levels associated with the standard. Some standards have different levels of compliance.

      from field: repeated cyclonedx.v1_6.Definition.Standard.Level levels = 7;

    • Optionalname?: string

      The name of the standard. This will often be a shortened, single name of the standard.

      from field: optional string name = 2;

    • Optionalowner?: string

      The owner of the standard, often the entity responsible for its release.

      from field: optional string owner = 5;

    • requirements: Definition_Standard_Requirement[]

      The list of requirements comprising the standard.

      from field: repeated cyclonedx.v1_6.Definition.Standard.Requirement requirements = 6;

    • Optionalversion?: string

      The version of the standard.

      from field: optional string version = 3;

    from message cyclonedx.v1_6.Definition.Standard