File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 36453645 "ref" : {
36463646 "title" : " BOM Reference" ,
36473647 "description" : " References an object by its bom-ref attribute" ,
3648- "$ref" : " #/definitions/refType"
3648+ "anyOf" : [
3649+ {"$ref" : " #/definitions/refLinkType" },
3650+ {"$ref" : " #/definitions/bomLinkElementType" }
3651+ ]
36493652 },
36503653 "externalReference" : {
36513654 "title" : " External reference" ,
Original file line number Diff line number Diff line change @@ -4356,12 +4356,15 @@ 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" minOccurs =" 1" maxOccurs =" 1" >
43604360 <xs : annotation >
43614361 <xs : documentation >
43624362 References an object by its bom-ref attribute
43634363 </xs : documentation >
43644364 </xs : annotation >
4365+ <xs : simpleType >
4366+ <xs : union memberTypes =" bom:refLinkType bom:bomLinkElementType" />
4367+ </xs : simpleType >
43654368 </xs : element >
43664369 <xs : element name =" externalReference" type =" bom:externalReference" minOccurs =" 1" maxOccurs =" 1" >
43674370 <xs : annotation >
You can’t perform that action at this time.
0 commit comments