github.com/CycloneDX/sbom-utility@v0.16.0/test/cyclonedx/1.6/specification/valid-license-expression-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": "library",
    10        "publisher": "Acme Inc",
    11        "group": "com.acme",
    12        "name": "tomcat-catalina",
    13        "version": "9.0.14",
    14        "licenses": [
    15          {
    16            "expression": "EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0",
    17            "acknowledgement": "declared",
    18            "bom-ref": "my-license"
    19          }
    20        ]
    21      }
    22    ]
    23  }