Provides additional information about a BOM.

Hierarchy

  • SBOMMetadata

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
authors?: SBOMMetadataAuthor[]

List of authors of the SBOM.

The component that the BOM describes.

timestamp?: string

The timestamp of the SBOM creation.

Generated using TypeDoc