Skip to content

Commit

Permalink
remove restriction on json schema
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <[email protected]>
  • Loading branch information
jkowalleck committed Mar 18, 2024
1 parent a0e58b1 commit cda42cd
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 cda42cd

Please sign in to comment.