Skip to content

Commit cd335d6

Browse files
Merge remote-tracking branch 'origin/v1.5-dev' into v1.5-dev
2 parents 37eb7d9 + de46d06 commit cd335d6

3 files changed

Lines changed: 11 additions & 4 deletions

File tree

docgen/json/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/docs/

docgen/xml/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/docs/
2+
/Saxon-HE-*.jar

schema/bom-1.5.schema.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -915,12 +915,14 @@
915915
}
916916
},
917917
"licenseChoice": {
918-
"type": "array",
919918
"title": "License Choice",
920-
"description": "EITHER (a list of SPDX and/or named licenses) OR (a list of one SPDX License Expression)",
919+
"description": "EITHER (list of SPDX licenses and/or named licenses) OR (tuple of one SPDX License Expression)",
920+
"type": "array",
921921
"oneOf": [
922922
{
923-
"description": "a list of SPDX and/or named licenses",
923+
"title": "Multiple licenses",
924+
"description": "A list of SPDX licenses and/or named licenses.",
925+
"type": "array",
924926
"items": {
925927
"type": "object",
926928
"required": ["license"],
@@ -931,7 +933,9 @@
931933
}
932934
},
933935
{
934-
"description": "a list of one SPDX License Expression",
936+
"title": "SPDX License Expression",
937+
"description": "A tuple of exactly one SPDX License Expression.",
938+
"type": "array",
935939
"additionalItems": false,
936940
"minItems": 1,
937941
"maxItems": 1,

0 commit comments

Comments
 (0)