mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-23 15:28:15 +00:00
User: dan@sartography.com added process model file webinar/2-approval-process-4-eyes/vacation-request-schema.json
This commit is contained in:
parent
7038b79798
commit
b1d0b02d98
@ -0,0 +1,26 @@
|
||||
{
|
||||
"title": "Vacation Request Form",
|
||||
"description": "Please provide information about your vacation",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"start_date", "end_date"
|
||||
],
|
||||
"properties": {
|
||||
"description": {
|
||||
"type": "string",
|
||||
"title": "Explination"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user