github.com/CycloneDX/sbom-utility@v0.16.0/test/cyclonedx/1.6/specification/valid-license-licensing-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": "cryptographic-provider",
    13        "version": "2.2.0",
    14        "licenses": [
    15          {
    16            "license": {
    17              "bom-ref": "acme-license-1",
    18              "name": "Acme Commercial License",
    19              "licensing": {
    20                "altIds": [
    21                  "acme", "acme-license"
    22                ],
    23                "licensor": {
    24                  "organization": {
    25                    "name": "Acme Inc",
    26                    "contact": [
    27                      {
    28                        "name": "Acme Licensing Fulfillment",
    29                        "email": "licensing@example.com"
    30                      }
    31                    ]
    32                  }
    33                },
    34                "licensee": {
    35                  "organization": {
    36                    "name": "Example Co."
    37                  }
    38                },
    39                "purchaser": {
    40                  "individual": {
    41                    "name": "Samantha Wright",
    42                    "email": "samantha.wright@gmail.com",
    43                    "phone": "800-555-1212"
    44                  }
    45                },
    46                "purchaseOrder": "PO-12345",
    47                "licenseTypes": ["appliance"],
    48                "lastRenewal": "2022-04-13T20:20:39+00:00",
    49                "expiration": "2023-04-13T20:20:39+00:00"
    50              }
    51            }
    52          }
    53        ]
    54      }
    55    ]
    56  }