diff --git a/src/schemas/json/dandi/create.json b/src/schemas/json/dandi/create.json index faedd3504..530960552 100644 --- a/src/schemas/json/dandi/create.json +++ b/src/schemas/json/dandi/create.json @@ -37,29 +37,24 @@ }, "license": { - "type": "array", - "description": "Provide a set of licenses for this Dandiset. Review the individual licenses and select the one that best fits your needs.", - "items": { - "type": "string", - "enumLinks": { - "spdx:CC0-1.0": "https://creativecommons.org/public-domain/cc0/", - "spdx:CC-BY-4.0": "https://creativecommons.org/licenses/by/4.0/deed.en" - }, - "enumKeywords": { - "spdx:CC0-1.0": ["No Rights Reserved"], - "spdx:CC-BY-4.0": ["Attribution 4.0 International"] - }, - "enumLabels": { - "spdx:CC0-1.0": "CC0 1.0", - "spdx:CC-BY-4.0": "CC BY 4.0" - }, - "enum": [ - "spdx:CC0-1.0", - "spdx:CC-BY-4.0" - ] + "type": "string", + "description": "Provide a license for this Dandiset. Review the individual licenses and select the one that best fits your needs.", + "enumLinks": { + "spdx:CC0-1.0": "https://creativecommons.org/public-domain/cc0/", + "spdx:CC-BY-4.0": "https://creativecommons.org/licenses/by/4.0/deed.en" + }, + "enumKeywords": { + "spdx:CC0-1.0": ["No Rights Reserved"], + "spdx:CC-BY-4.0": ["Attribution 4.0 International"] + }, + "enumLabels": { + "spdx:CC0-1.0": "CC0 1.0", + "spdx:CC-BY-4.0": "CC BY 4.0" }, - "maxItems": 1, - "uniqueItems": true, + "enum": [ + "spdx:CC0-1.0", + "spdx:CC-BY-4.0" + ], "strict": true },