User: dan@sartography.com clicked save for examples/2-in-depth/events/escalation-events/choose-schema.json
This commit is contained in:
parent
bfc2368ea2
commit
43cd742fdd
|
@ -3,20 +3,7 @@
|
||||||
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
|
"description": "A dropdown list with options pulled form existing Task Data. IMPORTANT - Add 'fruits' to Task Data before using this component!!!",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
"multipleChoicesList": {
|
|
||||||
"type": "array",
|
|
||||||
"title": "A multiple choices list",
|
|
||||||
"items": {
|
|
||||||
"type": "string",
|
|
||||||
"enum": [
|
|
||||||
"foo",
|
|
||||||
"bar",
|
|
||||||
"fuzz",
|
|
||||||
"qux"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"uniqueItems": true
|
|
||||||
},
|
|
||||||
"favoriteFruit": {
|
"favoriteFruit": {
|
||||||
"title": "Select your favorite fruit",
|
"title": "Select your favorite fruit",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|
Loading…
Reference in New Issue