The JSON Schema currently has this snippet for metadata.licenses:
"licenses": {
"title": "BOM License(s)",
"$ref": "#/definitions/licenseChoice"
},
This gets rendered as:

The title is not shown making it unclear what the difference is between those two.
I suggest adding a description.
Similar for XML:
<xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1"/>
The JSON Schema currently has this snippet for
metadata.licenses:This gets rendered as:
The title is not shown making it unclear what the difference is between those two.
I suggest adding a
description.Similar for XML: