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 spdx#864.

Signed-off-by: Maximilian Combüchen <[email protected]>
  • Loading branch information
mcombuechen committed Oct 17, 2023
1 parent 844144b commit eee106c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion schemas/spdx-schema.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"$schema" : "https://json-schema.org/draft/2019-09/schema#",
"$schema" : "https://json-schema.org/draft-07/schema#",
"$id" : "http://spdx.org/rdf/terms/2.3",
"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 eee106c

Please sign in to comment.