2024-01-25 16:23:04 +00:00
|
|
|
{
|
2024-01-25 16:26:13 +00:00
|
|
|
"title": "Vacation Request Form",
|
2024-01-25 16:26:41 +00:00
|
|
|
"description": "Please provide the following information and click Submit to initia",
|
2024-01-25 16:23:04 +00:00
|
|
|
"type": "object",
|
|
|
|
"properties": {
|
2024-01-25 16:25:27 +00:00
|
|
|
"details": {
|
|
|
|
"type": "string",
|
|
|
|
"title": "Details"
|
2024-01-25 16:25:29 +00:00
|
|
|
},
|
2024-01-25 16:24:31 +00:00
|
|
|
"start_date": {
|
2024-01-25 16:24:25 +00:00
|
|
|
"type": "string",
|
|
|
|
"format": "date",
|
2024-01-25 16:24:44 +00:00
|
|
|
"title": "Start Date",
|
2024-01-25 16:24:25 +00:00
|
|
|
"validationErrorMessage": "Date must be today's date or later"
|
|
|
|
},
|
2024-01-25 16:24:36 +00:00
|
|
|
"end_date": {
|
2024-01-25 16:24:26 +00:00
|
|
|
"type": "string",
|
|
|
|
"format": "date",
|
2024-01-25 16:24:50 +00:00
|
|
|
"title": "End Date",
|
2024-01-25 16:24:26 +00:00
|
|
|
"validationErrorMessage": "Date must be today's date or later"
|
2024-01-25 16:25:32 +00:00
|
|
|
}
|
2024-01-25 16:23:59 +00:00
|
|
|
},
|
|
|
|
"required": [
|
2024-01-25 16:25:45 +00:00
|
|
|
"start_date",
|
2024-01-25 16:25:59 +00:00
|
|
|
"end_date"
|
2024-01-25 16:23:59 +00:00
|
|
|
]
|
2024-01-25 16:23:04 +00:00
|
|
|
}
|