mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 05:55:22 +00:00
18 lines
396 B
JSON
18 lines
396 B
JSON
{
|
|
"title": "Checkbox",
|
|
"description": "A super simple checkbox",
|
|
"type": "object",
|
|
"properties": {
|
|
"done": {
|
|
"type": "boolean",
|
|
"title": "Approved",
|
|
"default": false
|
|
},
|
|
"delivery_date": {
|
|
"type": "string",
|
|
"format": "date",
|
|
"title": "Preferred Delivery Date",
|
|
"validationErrorMessage": "Date must be today's date or later"
|
|
}
|
|
}
|
|
} |