Skip to content

Commit 866794e

Browse files
committed
v1.5 clarify resourceReferenceChoice.ref`
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 4159dee commit 866794e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

schema/bom-1.5.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3645,7 +3645,7 @@
36453645
"ref": {
36463646
"title": "BOM Reference",
36473647
"description": "References an object by its bom-ref attribute",
3648-
"$ref": "#/definitions/refType"
3648+
"$ref": "#/definitions/refLinkType"
36493649
},
36503650
"externalReference": {
36513651
"title": "External reference",

schema/bom-1.5.xsd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4356,7 +4356,7 @@ limitations under the License.
43564356
<xs:complexType name="resourceReferenceType">
43574357
<xs:sequence>
43584358
<xs:choice>
4359-
<xs:element name="ref" type="bom:refType" minOccurs="1" maxOccurs="1">
4359+
<xs:element name="ref" type="bom:refLinkType" minOccurs="1" maxOccurs="1">
43604360
<xs:annotation>
43614361
<xs:documentation>
43624362
References an object by its bom-ref attribute

0 commit comments

Comments
 (0)