Skip to content

Commit c7ff2d6

Browse files
Fixed ref type
Signed-off-by: Steve Springett <[email protected]>
1 parent 5b65a9e commit c7ff2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/bom-1.5.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1590,7 +1590,7 @@
15901590
"type": "array",
15911591
"uniqueItems": true,
15921592
"items": {
1593-
"type": "string"
1593+
"$ref": "#/definitions/refType"
15941594
},
15951595
"title": "BOM references",
15961596
"description": "The bom-ref identifiers of the components or services being described. Assemblies refer to nested relationships whereby a constituent part may include other constituent parts. References do not cascade to child parts. References are explicit for the specified constituent part only."

0 commit comments

Comments
 (0)