Skip to content

Commit

Permalink
Merge branch 'main' into mac_build_testing
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jul 30, 2024
2 parents 9ce0c62 + c39b9b3 commit f8020b2
Showing 1 changed file with 17 additions and 22 deletions.
39 changes: 17 additions & 22 deletions src/schemas/json/dandi/create.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
},

Expand Down

0 comments on commit f8020b2

Please sign in to comment.