User: daniel.h.funk@gmail.com deleted process model file playground/dan/webinar/1-approval-two-eyes/request-schema.json

This commit is contained in:
sartography-automated-committer 2024-01-25 19:05:42 +00:00
parent 5a8384aea5
commit bf34fd889e

View File

@ -1,27 +0,0 @@
{
"title": "Vacation Request Form",
"description": "Please provide the following information and click Submit to initiate your request",
"type": "object",
"properties": {
"details": {
"type": "string",
"title": "Details"
},
"start_date": {
"type": "string",
"format": "date",
"title": "Start Date",
"validationErrorMessage": "Date must be today's date or later"
},
"end_date": {
"type": "string",
"format": "date",
"title": "End Date",
"validationErrorMessage": "Date must be today's date or later"
}
},
"required": [
"start_date",
"end_date"
]
}