mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 07:58:07 +00:00
User: asolano@emerson.com clicked save for playground/emerson/test/Test 1-schema.json
This commit is contained in:
parent
4a0c83d613
commit
8aa96f69c2
@ -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",
|
||||
"required": [
|
||||
"firstName"
|
||||
@ -16,6 +16,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