mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 16:28:09 +00:00
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:
parent
5a8384aea5
commit
bf34fd889e
@ -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"
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user