github.com/CycloneDX/sbom-utility@v0.16.0/test/custom/cdx-1-4-test-custom-metadata-property-classification-missing.json (about) 1 { 2 "bomFormat": "CycloneDX", 3 "specVersion": "1.4", 4 "version": 1, 5 "serialNumber": "urn:uuid:1a2b3c4d-1234-abcd-9876-a3b4c5d6e7e0", 6 "metadata": { 7 "timestamp": "2021-04-14T07:20:00.000Z", 8 "component": { 9 "type": "application", 10 "bom-ref": "pkg:app/sample@2.0.0", 11 "purl": "pkg:app/sample@2.0.0", 12 "name": "sample app", 13 "version": "2.0.0", 14 "description": "Sample application", 15 "hashes": [ 16 { 17 "alg": "SHA-1", 18 "content": "1111aaaa2222cccc3333dddd4444eeee5555ffff" 19 } 20 ] 21 }, 22 "properties": [ 23 { 24 "name": "urn:example.com:disclaimer", 25 "value": "This SBOM is current as of the date it was generated and is subject to change." 26 } 27 ], 28 "licenses": [ 29 { 30 "license": { 31 "id": "Apache-2.0" 32 } 33 } 34 ], 35 "tools": [ 36 { 37 "vendor": "Super Duper Security Inc.", 38 "name": "Super Duper Security Scanner", 39 "version": "1.2.3", 40 "hashes": [ 41 { 42 "alg": "SHA-1", 43 "content": "6666ffff7777eeee8888dddd9999cccc0000bbbb" 44 } 45 ] 46 } 47 ], 48 "manufacture": { 49 "name": "Example.com", 50 "url": [ 51 "https://example.com" 52 ], 53 "contact": [ 54 { 55 "email": "support@example.com" 56 } 57 ] 58 }, 59 "supplier": { 60 "name": "Example.com", 61 "url": [ 62 "https://example.com" 63 ], 64 "contact": [ 65 { 66 "email": "support@example.com" 67 } 68 ] 69 } 70 }, 71 "components": [ 72 { 73 "type": "library", 74 "bom-ref": "pkg:npm/libraryA@1.0.0", 75 "purl": "pkg:npm/libraryA@1.0.0", 76 "name": "Library A", 77 "version": "1.0.0", 78 "description": "Library A description" 79 }, 80 { 81 "type": "library", 82 "bom-ref": "pkg:npm/libraryB@1.0.0", 83 "purl": "pkg:npm/libraryB@1.0.0", 84 "name": "Library B", 85 "version": "1.0.0", 86 "description": "Library B description." 87 } 88 ] 89 }