Select Git revision
wait-for-it.sh
-
Henrik tom Woerden authoredHenrik tom Woerden authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
datamodel_enum_prop.schema.json 377 B
{
"title": "Dataset",
"description": "Some description",
"type": "object",
"properties": {
"license": {
"type": "string",
"enum": ["CC-BY", "CC-BY-SA", "CC0", "restricted access"]
},
"number_enum": {
"type": "number",
"enum": [1.1, 2.2, 3.3]
}
},
"required": ["license"]
}