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/2.0/model/cyclonedx-license-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"$defs": {
"licenseChoice": {
"title": "License Choice",
"description": "A list of SPDX licenses and/or named licenses and/or SPDX License Expression.",
"description": "A list of SPDX licenses and/or named licenses and/or SPDX License Expression.\n\nFor each value of the acknowledgement enumeration, the array should contain at most one item whose acknowledgement property has that value. Items whose acknowledgement property is absent are not subject to this constraint..",
"type": "array",
"items": {
"oneOf": [
Expand Down
2 changes: 1 addition & 1 deletion schema/2.0/model/cyclonedx-metadata-2.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"licenses": {
"title": "BOM License(s)",
"description": "The license information for the BOM document.\nThis may be different from the license(s) of the component(s) that the BOM describes.",
"description": "The license information for the BOM document.\nThis may be different from the license(s) of the component(s) that the BOM describes.\n\nFor each value of the acknowledgement enumeration, the array should contain at most one item whose acknowledgement property has that value.\nItems whose acknowledgement property is absent are not subject to this constraint.",
"$ref": "cyclonedx-license-2.0.schema.json#/$defs/licenseChoice"
},
"distributionConstraints": {
Expand Down
Loading