Skip to content

Enum: SbomTypeIdEnum

The type of SBOM.

URI: ocsf:SbomTypeIdEnum

Permissible Values

Value Meaning Description
SPDX None System Package Data Exchange (SPDX®) is an open standard capable of
CYCLONEDX None CycloneDX is an International Standard for Bill of Materials (ECMA-424)
SWID None The International Organization for Standardization (ISO) and the Internationa...
UNKNOWN None The type is unknown
OTHER None The type is not mapped

Slots

Name Description
type_id The type of SBOM

Identifier and Mapping Information

Schema Source

LinkML Source

name: SbomTypeIdEnum
description: The type of SBOM.
from_schema: https://w3id.org/lmodel/ocsf
rank: 1000
permissible_values:
  SPDX:
    text: SPDX
    description: 'System Package Data Exchange (SPDX®) is an open standard capable
      of

      representing systems with software components in as SBOMs (Software Bill of

      Materials) and other AI, data and security references supporting a range of

      risk management use cases. The SPDX specification is a freely available

      international open standard (ISO/IEC 5692:2021).'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '1'
      caption:
        tag: caption
        value: SPDX
  CYCLONEDX:
    text: CYCLONEDX
    description: CycloneDX is an International Standard for Bill of Materials (ECMA-424).
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '2'
      caption:
        tag: caption
        value: CycloneDX
  SWID:
    text: SWID
    description: 'The International Organization for Standardization (ISO) and the
      International

      Electrotechnical Commission (IEC) publishes, ISO/IEC 19770-2, a standard for

      software identification (SWID) tags that defines a structured metadata format

      for describing a software product. A SWID tag document is composed of a

      structured set of data elements that identify the software product'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '3'
      caption:
        tag: caption
        value: SWID
  UNKNOWN:
    text: UNKNOWN
    description: The type is unknown.
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '0'
      caption:
        tag: caption
        value: Unknown
  OTHER:
    text: OTHER
    description: 'The type is not mapped. See the <code>type</code> attribute, which
      contains a

      data source specific value.'
    annotations:
      ocsf_uid:
        tag: ocsf_uid
        value: '99'
      caption:
        tag: caption
        value: Other