Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schema/bom-1.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@
"ref": {
"$ref": "#/definitions/refType",
"title": "Reference",
"description": "References a component or service by the objects bom-ref"
"description": "References a component or service by the objects bom-ref if defined within the same BOM or BOM-Link https://cyclonedx.org/capabilities/bomlink/ if defined in a separate BOM."
},
"versions": {
"type": "array",
Expand Down
2 changes: 1 addition & 1 deletion schema/bom-1.4.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -1971,7 +1971,7 @@ limitations under the License.
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="ref" minOccurs="1" maxOccurs="1">
<xs:annotation>
<xs:documentation>References a component or service by the objects bom-ref.</xs:documentation>
<xs:documentation>References a component or service by the objects bom-ref if defined within the same BOM or BOM-Link https://cyclonedx.org/capabilities/bomlink/ if defined in a separate BOM.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="versions" minOccurs="0" maxOccurs="1">
Expand Down