Skip to content

Commit

Permalink
remove restriction on json's $schema annotation (#403)
Browse files Browse the repository at this point in the history
fixes #402
  • Loading branch information
stevespringett authored Mar 23, 2024
2 parents a0e58b1 + cda42cd commit f866a54
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions schema/bom-1.6.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
"additionalProperties": false,
"properties": {
"$schema": {
"type": "string",
"enum": [
"http://cyclonedx.org/schema/bom-1.6.schema.json"
]
"type": "string"
},
"bomFormat": {
"type": "string",
Expand Down

0 comments on commit f866a54

Please sign in to comment.