mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 17:08:28 +00:00
User: daniel.h.funk@gmail.com clicked save for playground/dan/webinar/1-approval-two-eyes/request-schema.json
This commit is contained in:
parent
bebece1fe7
commit
5d8cd92fea
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "Date",
|
||||
"description": "Create a date field with a date picker (delivery_date).",
|
||||
"title": "Checkbox",
|
||||
"description": "A super simple checkbox",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"delivery_date": {
|
||||
@ -8,6 +8,11 @@
|
||||
"format": "date",
|
||||
"title": "Preferred Delivery Date",
|
||||
"validationErrorMessage": "Date must be today's date or later"
|
||||
},
|
||||
"done": {
|
||||
"type": "boolean",
|
||||
"title": "Done?",
|
||||
"default": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user