sample-process-models/example/dateform/datetest-schema.json
2023-04-17 16:40:31 -04:00

17 lines
298 B
JSON

{
"title": "datetest",
"description": "",
"properties": {
"the_date": {
"type": "string",
"title": "the date",
"format": "date",
"minimumDate": "today"
},
"the_not_date": {
"type": "string",
"title": "the NOT date"
}
},
"required": []
}