mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 08:35:42 +00:00
17 lines
418 B
JSON
17 lines
418 B
JSON
{
|
|
"title": "Vacation Request Form",
|
|
"description": "Create a date field with a date picker (delivery_date).",
|
|
"type": "object",
|
|
"properties": {
|
|
"description": {
|
|
"type": "string",
|
|
"title": "Bio"
|
|
},
|
|
"delivery_date": {
|
|
"type": "string",
|
|
"format": "date",
|
|
"title": "Preferred Delivery Date",
|
|
"validationErrorMessage": "Date must be today's date or later"
|
|
}
|
|
}
|
|
} |