Skip to content

Commit 3abdbbd

Browse files
committed
update
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent a17b6e6 commit 3abdbbd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

schema/bom-1.7.schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@
10011001
"licenses": {
10021002
"$ref": "#/definitions/licenseChoice",
10031003
"title": "Component License(s)",
1004-
"description": "EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression).\nThere should be no more than one per license acknowledgement."
1004+
"description": "A list of SPDX licenses and/or named licenses and/or SPDX License Expression.\nThere should be no more than one per license acknowledgement."
10051005
},
10061006
"copyright": {
10071007
"type": "string",
@@ -2074,7 +2074,7 @@
20742074
"licenses": {
20752075
"$ref": "#/definitions/licenseChoice",
20762076
"title": "Service License(s)",
2077-
"description": "EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression).\nThere should be no more than one per license acknowledgement."
2077+
"description": "A list of SPDX licenses and/or named licenses and/or SPDX License Expression.\nThere should be no more than one per license acknowledgement."
20782078
},
20792079
"patentAssertions": {
20802080
"$ref": "#/definitions/patentAssertions",
@@ -2353,7 +2353,7 @@
23532353
"licenses": {
23542354
"$ref": "#/definitions/licenseChoice",
23552355
"title": "License Evidence",
2356-
"description": "EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression).\nThere should be no license acknowledgement assigned to any of these."
2356+
"description": "A list of SPDX licenses and/or named licenses and/or SPDX License Expression.\nThere should be no license acknowledgement assigned to any of these."
23572357
},
23582358
"copyright": {
23592359
"type": "array",

schema/bom-1.7.xsd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ limitations under the License.
651651
<xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1">
652652
<xs:annotation>
653653
<xs:documentation>
654-
"EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression).
654+
A list of SPDX licenses and/or named licenses and/or SPDX License Expression.
655655
There should be no more than one per license acknowledgement.
656656
</xs:documentation>
657657
</xs:annotation>
@@ -2439,7 +2439,7 @@ limitations under the License.
24392439
<xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1">
24402440
<xs:annotation>
24412441
<xs:documentation>
2442-
"EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression).
2442+
A list of SPDX licenses and/or named licenses and/or SPDX License Expression.
24432443
There should be no more than one per license acknowledgement.
24442444
</xs:documentation>
24452445
</xs:annotation>
@@ -2908,7 +2908,7 @@ limitations under the License.
29082908
<xs:element name="licenses" type="bom:licenseChoiceType" minOccurs="0" maxOccurs="1">
29092909
<xs:annotation>
29102910
<xs:documentation>
2911-
EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression).
2911+
A list of SPDX licenses and/or named licenses and/or SPDX License Expression.
29122912
There should be no license acknowledgement assigned to any of these.
29132913
</xs:documentation>
29142914
</xs:annotation>

0 commit comments

Comments
 (0)