Skip to content

Commit c40b716

Browse files
committed
Preserve keys, but fix potential JSON pointers to reflect actual DOM path
Signed-off-by: Matt Rutkowski <mrutkows@us.ibm.com>
1 parent c710388 commit c40b716

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

schema/bom-1.3.schema.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
"description": "The date and time (timestamp) when the document was created."
159159
},
160160
"hashes": {
161-
"$id": "#/properties/hashes",
161+
"$id": "#/definitions/tool/properties/hashes",
162162
"type": "array",
163163
"items": {"$ref": "#/definitions/hash"},
164164
"title": "Hashes",
@@ -395,7 +395,7 @@
395395
"title": "External References"
396396
},
397397
"components": {
398-
"$id": "#/properties/components",
398+
"$id": "#/definitions/component/properties/components",
399399
"type": "array",
400400
"items": {"$ref": "#/definitions/component"},
401401
"uniqueItems": true,
@@ -809,7 +809,7 @@
809809
]
810810
},
811811
"hashes": {
812-
"$id": "#/properties/hashes",
812+
"$id": "#/definitions/externalReference/properties/hashes",
813813
"type": "array",
814814
"items": {"$ref": "#/definitions/hash"},
815815
"title": "Hashes",
@@ -918,7 +918,7 @@
918918
"title": "External References"
919919
},
920920
"services": {
921-
"$id": "#/properties/services",
921+
"$id": "#/definitions/service/properties/services",
922922
"type": "array",
923923
"items": {"$ref": "#/definitions/service"},
924924
"uniqueItems": true,

0 commit comments

Comments
 (0)