mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-22 15:58:13 +00:00
User: admin@spiffworkflow.org added process model file examples/testing1/vacation-request-schema.json
This commit is contained in:
parent
566f54f482
commit
db33b91ee2
26
examples/testing1/vacation-request-schema.json
Normal file
26
examples/testing1/vacation-request-schema.json
Normal file
@ -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