We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844144b commit 8a59502Copy full SHA for 8a59502
schemas/spdx-schema.json
@@ -4,6 +4,10 @@
4
"title" : "SPDX 2.3",
5
"type" : "object",
6
"properties" : {
7
+ "$schema": {
8
+ "type": "string",
9
+ "description": "Reference the SPDX 2.3 JSON schema."
10
+ },
11
"SPDXID" : {
12
"type" : "string",
13
"description" : "Uniquely identify any element in an SPDX document which may be referenced by other elements."
0 commit comments