User: asolano@emerson.com deleted process model file playground/emerson/test3/Test form-schema.json
This commit is contained in:
parent
047ee39fce
commit
9416f7a52f
|
@ -1,33 +0,0 @@
|
|||
{
|
||||
"title": "Dropdown list",
|
||||
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
|
||||
"type": "object",
|
||||
"required": [
|
||||
"firstName"
|
||||
],
|
||||
"properties": {
|
||||
"firstName": {
|
||||
"type": "string",
|
||||
"title": "First name",
|
||||
"default": "Jose"
|
||||
},
|
||||
"birth_date": {
|
||||
"type": "string",
|
||||
"format": "date",
|
||||
"title": "Birth date",
|
||||
"validationErrorMessage": "Date must be today's date or later"
|
||||
},
|
||||
"done": {
|
||||
"type": "boolean",
|
||||
"title": "Are you currently working on Emerson",
|
||||
"default": false
|
||||
},
|
||||
"GFS_subdepartment": {
|
||||
"title": "Select your GFS subdepartment",
|
||||
"type": "string",
|
||||
"anyOf": [
|
||||
"options_from_task_data_var:department"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue