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:37:55 +00:00
|
|
|
},
|
2024-01-24 21:40:06 +00:00
|
|
|
"start": {
|
2024-01-24 21:37:55 +00:00
|
|
|
"type": "string",
|
|
|
|
"format": "date",
|
2024-01-24 21:40:15 +00:00
|
|
|
"title": "Vacation Start Date",
|
2024-01-24 21:37:55 +00:00
|
|
|
"validationErrorMessage": "Date must be today's date or later"
|
2024-01-24 21:41:24 +00:00
|
|
|
},
|
2024-01-24 21:41:30 +00:00
|
|
|
"end": {
|
2024-01-24 21:41:24 +00:00
|
|
|
"type": "string",
|
|
|
|
"format": "date",
|
2024-01-24 21:41:33 +00:00
|
|
|
"title": "Vacation End Date",
|
2024-01-24 21:41:41 +00:00
|
|
|
"validationErrorMessage": "Date must be after the start date"
|
2024-01-24 21:37:46 +00:00
|
|
|
}
|
2024-01-24 21:41:24 +00:00
|
|
|
|
2024-01-24 21:37:46 +00:00
|
|
|
}
|
|
|
|
}
|