Skip to content

Commit

Permalink
Fix $schema identifier in JSON Schema
Browse files Browse the repository at this point in the history
Signed-off-by: Bo Anderson <mail@boanderson.me>
  • Loading branch information
Bo98 committed Aug 8, 2024
1 parent ecacc87 commit 0f6a85a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/spdx-schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema" : "https://json-schema.org/draft/2019-09/schema#",
"$schema" : "https://json-schema.org/draft/2019-09/schema",
"$id" : "http://spdx.org/rdf/terms/2.3",
"title" : "SPDX 2.3",
"type" : "object",
Expand Down

0 comments on commit 0f6a85a

Please sign in to comment.