File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /docs /
Original file line number Diff line number Diff line change 1+ /docs /
2+ /Saxon-HE- * .jar
Original file line number Diff line number Diff line change 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" ],
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 ,
You can’t perform that action at this time.
0 commit comments