Files
git.stella-ops.org/samples/spdx-3.0.1.json
2026-01-13 18:53:39 +02:00

32 lines
798 B
JSON

{
"@context": "https://spdx.org/rdf/3.0.1/spdx-context.jsonld",
"spdxVersion": "SPDX-3.0.1",
"creationInfo": {
"@type": "CreationInfo",
"specVersion": "3.0.1",
"created": "2026-01-13T00:00:00Z",
"createdBy": [
"Tool: stellaops-sbom-sample-1.0.0"
],
"dataLicense": "CC0-1.0"
},
"@graph": [
{
"@type": "SpdxDocument",
"@id": "https://example.invalid/spdxdoc/0001",
"spdxId": "SPDXRef-DOCUMENT",
"name": "StellaOps Sample SPDX 3.0.1"
},
{
"@type": "SoftwareArtifact",
"@id": "https://example.invalid/spdxdoc/0001#artifact-1",
"spdxId": "SPDXRef-Artifact-1",
"name": "stellaops-sample-app",
"description": "Sample application component"
}
],
"rootElement": [
"SPDXRef-DOCUMENT"
]
}