github.com/CycloneDX/sbom-utility@v0.16.0/test/cyclonedx/1.6/specification/valid-component-types-1.6.json (about)

     1  {
     2    "$schema": "http://cyclonedx.org/schema/bom-1.6.schema.json",
     3    "bomFormat": "CycloneDX",
     4    "specVersion": "1.6",
     5    "serialNumber": "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79",
     6    "version": 1,
     7    "components": [
     8      {
     9        "type": "application",
    10        "name": "application-a",
    11        "version": "1.0"
    12      },
    13      {
    14        "type": "library",
    15        "name": "library-a",
    16        "version": "1.0"
    17      },
    18      {
    19        "type": "framework",
    20        "name": "framework-a",
    21        "version": "1.0"
    22      },
    23      {
    24        "type": "container",
    25        "name": "container-a",
    26        "version": "1.0"
    27      },
    28      {
    29        "type": "operating-system",
    30        "name": "operating-system-a",
    31        "version": "1.0"
    32      },
    33      {
    34        "type": "firmware",
    35        "name": "firmware-a",
    36        "version": "1.0"
    37      },
    38      {
    39        "type": "device",
    40        "name": "device-a",
    41        "version": "1.0"
    42      },
    43      {
    44        "type": "file",
    45        "name": "file-a",
    46        "version": "1.0"
    47      }
    48    ]
    49  }