mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 09:15:34 +00:00
26 lines
635 B
JSON
26 lines
635 B
JSON
{
|
|
"title": "Vacation Request Form",
|
|
"description": "Please provide information about your vacation",
|
|
"type": "object",
|
|
"required": [
|
|
""
|
|
]
|
|
"properties": {
|
|
"description": {
|
|
"type": "string",
|
|
"title": "Description"
|
|
},
|
|
"delivery_date": {
|
|
"type": "string",
|
|
"format": "date",
|
|
"title": "Preferred Delivery Date",
|
|
"validationErrorMessage": "Date must be today's date or later"
|
|
},
|
|
"delivery_date": {
|
|
"type": "string",
|
|
"format": "date",
|
|
"title": "Preferred Delivery Date",
|
|
"validationErrorMessage": "Date must be today's date or later"
|
|
}
|
|
}
|
|
} |