Skip to content

Commit

Permalink
spec 1.4 JSON schema: removed unused $ids
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Dec 28, 2021
1 parent 18767bd commit 95e2ebc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions schema/bom-1.4-SNAPSHOT.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@
"description": "The version of the tool"
},
"hashes": {
"$id": "#/properties/hashes",
"type": "array",
"items": {"$ref": "#/definitions/hash"},
"title": "Hashes",
Expand Down Expand Up @@ -421,7 +420,6 @@
"title": "External References"
},
"components": {
"$id": "#/properties/components",
"type": "array",
"items": {"$ref": "#/definitions/component"},
"uniqueItems": true,
Expand Down Expand Up @@ -858,7 +856,6 @@
]
},
"hashes": {
"$id": "#/properties/hashes",
"type": "array",
"items": {"$ref": "#/definitions/hash"},
"title": "Hashes",
Expand Down Expand Up @@ -969,7 +966,6 @@
"title": "External References"
},
"services": {
"$id": "#/properties/services",
"type": "array",
"items": {"$ref": "#/definitions/service"},
"uniqueItems": true,
Expand Down

0 comments on commit 95e2ebc

Please sign in to comment.