mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 16:38:56 +00:00
User: mwilson1962@gmail.com clicked save for playground/safran-federal-systems/daemonbuilder/MyFirstSchema-schema.json
This commit is contained in:
parent
1a6110705d
commit
9d952b638b
@ -1,4 +1,18 @@
|
||||
{
|
||||
"firstName": "Chuck",
|
||||
"done": false
|
||||
"done": false,
|
||||
"fruits": [
|
||||
{
|
||||
"value": "apples",
|
||||
"label": "Apples"
|
||||
},
|
||||
{
|
||||
"value": "oranges",
|
||||
"label": "Oranges"
|
||||
},
|
||||
{
|
||||
"value": "bananas",
|
||||
"label": "Bananas"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"title": "Password",
|
||||
"description": "A password field, with a min length of 3 and a help tip",
|
||||
"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"
|
||||
@ -30,6 +30,13 @@
|
||||
"type": "string",
|
||||
"title": "Password",
|
||||
"minLength": 3
|
||||
},
|
||||
"favoriteFruit": {
|
||||
"title": "Select your favorite fruit",
|
||||
"type": "string",
|
||||
"anyOf": [
|
||||
"options_from_task_data_var:fruits"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user