File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 3645
3645
"ref" : {
3646
3646
"title" : " BOM Reference" ,
3647
3647
"description" : " References an object by its bom-ref attribute" ,
3648
- "$ref" : " #/definitions/refType"
3648
+ "anyOf" : [
3649
+ {"$ref" : " #/definitions/refLinkType" },
3650
+ {"$ref" : " #/definitions/bomLinkElementType" }
3651
+ ]
3649
3652
},
3650
3653
"externalReference" : {
3651
3654
"title" : " External reference" ,
Original file line number Diff line number Diff line change @@ -4356,12 +4356,15 @@ limitations under the License.
4356
4356
<xs : complexType name =" resourceReferenceType" >
4357
4357
<xs : sequence >
4358
4358
<xs : choice >
4359
- <xs : element name =" ref" type = " bom:refType " minOccurs =" 1" maxOccurs =" 1" >
4359
+ <xs : element name =" ref" minOccurs =" 1" maxOccurs =" 1" >
4360
4360
<xs : annotation >
4361
4361
<xs : documentation >
4362
4362
References an object by its bom-ref attribute
4363
4363
</xs : documentation >
4364
4364
</xs : annotation >
4365
+ <xs : simpleType >
4366
+ <xs : union memberTypes =" bom:refLinkType bom:bomLinkElementType" />
4367
+ </xs : simpleType >
4365
4368
</xs : element >
4366
4369
<xs : element name =" externalReference" type =" bom:externalReference" minOccurs =" 1" maxOccurs =" 1" >
4367
4370
<xs : annotation >
You can’t perform that action at this time.
0 commit comments