Skip to content

Commit

Permalink
feat: allow $schema entry in SPDX 2.3 JSON
Browse files Browse the repository at this point in the history
Closes #864.

Signed-off-by: Maximilian Combüchen <[email protected]>
  • Loading branch information
mcombuechen authored and goneall committed Nov 1, 2023
1 parent 844144b commit 8a59502
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/spdx-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
"title" : "SPDX 2.3",
"type" : "object",
"properties" : {
"$schema": {
"type": "string",
"description": "Reference the SPDX 2.3 JSON schema."
},
"SPDXID" : {
"type" : "string",
"description" : "Uniquely identify any element in an SPDX document which may be referenced by other elements."
Expand Down

0 comments on commit 8a59502

Please sign in to comment.