github.com/CycloneDX/sbom-utility@v0.16.0/custom.json (about)

     1  {
     2      "validation": {
     3          "metadata": {
     4              "_selector": "metadata.properties",
     5              "properties": [
     6                  {
     7                      "name": "urn:example.com:disclaimer",
     8                      "value": "This SBOM is current as of the date it was generated and is subject to change\\.",
     9                      "_validate_description": "matches fixed value",
    10                      "_validate_key": "name",
    11                      "_validate_unique": "name"
    12                  },
    13                  {
    14                      "name": "urn:example.com:classification",
    15                      "value": "This SBOM is Confidential Information. Do not distribute\\.",
    16                      "_validate_description": "matches fixed value",
    17                      "_validate_key": "name",
    18                      "_validate_unique": "name"
    19                  }
    20              ]
    21          }
    22      }
    23  }