Skip to content

Commit 509d3d2

Browse files
committed
Minor update to add the meta-tag
Signed-off-by: Matt Rutkowski <[email protected]>
1 parent 55d261e commit 509d3d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/schema/spdx/2.3.1/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)