2024-01-24 21:37:46 +00:00
|
|
|
{
|
2024-01-24 21:38:50 +00:00
|
|
|
"title": "Vacation Request Form",
|
2024-01-24 21:39:05 +00:00
|
|
|
"description": "Please complete all of the following fields to tell us about your vacation.",
|
2024-01-24 21:37:46 +00:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2024-01-24 21:38:42 +00:00
|
|
|
"description": {
|
2024-01-24 21:37:46 +00:00
|
|
|
"type": "string",
|
2024-01-24 21:39:17 +00:00
|
|
|
"title": "Description"
|
2024-01-24 21:39:24 +00:00
|
|
|
|
2024-01-24 21:37:55 +00:00
|
|
|
},
|
|
|
|
"delivery_date": {
|
|
|
|
"type": "string",
|
|
|
|
"format": "date",
|
|
|
|
"title": "Preferred Delivery Date",
|
|
|
|
"validationErrorMessage": "Date must be today's date or later"
|
2024-01-24 21:37:46 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|