github.com/CycloneDX/sbom-utility@v0.16.0/test/cyclonedx/cdx-1-4-invalid-email-format.json (about)

     1  {
     2    "bomFormat": "CycloneDX",
     3    "specVersion": "1.4",
     4    "version": 1,
     5    "serialNumber": "urn:uuid:3e671687-395b-41f5-a30f-a58921a69b79",
     6    "metadata": {
     7      "component": {
     8        "type": "application",
     9        "bom-ref": "pkg:app/sample@1.0.0",
    10        "purl": "pkg:app/sample@1.0.0",
    11        "name": "ACME Application",
    12        "version": "2.0.0",
    13        "description": "ACME sample application"
    14      },
    15      "supplier": {
    16        "name": "ACME",
    17        "contact": [
    18          {
    19            "name": "ACME email (invalid, https prefix)",
    20            "email": "https://acme.com"
    21          }
    22        ]
    23      },
    24      "licenses": [
    25        {
    26          "license": {
    27            "id": "Apache-2.0"
    28          }
    29        }
    30      ]
    31    }
    32  }