Skip to content

Commit 8a59502

Browse files
mcombuechengoneall
authored andcommitted
feat: allow $schema entry in SPDX 2.3 JSON
Closes #864. Signed-off-by: Maximilian Combüchen <[email protected]>
1 parent 844144b commit 8a59502

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/spdx-schema.json

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"title" : "SPDX 2.3",
55
"type" : "object",
66
"properties" : {
7+
"$schema": {
8+
"type": "string",
9+
"description": "Reference the SPDX 2.3 JSON schema."
10+
},
711
"SPDXID" : {
812
"type" : "string",
913
"description" : "Uniquely identify any element in an SPDX document which may be referenced by other elements."

0 commit comments

Comments
 (0)