User: dan@sartography.com clicked save for examples/2-in-depth/events/escalation-events/choose-schema.json

This commit is contained in:
sartography-automated-committer 2024-02-21 05:15:46 +00:00
parent bfc2368ea2
commit 43cd742fdd
1 changed files with 1 additions and 14 deletions

View File

@ -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!!!",
"type": "object",
"properties": {
"multipleChoicesList": {
"type": "array",
"title": "A multiple choices list",
"items": {
"type": "string",
"enum": [
"foo",
"bar",
"fuzz",
"qux"
]
},
"uniqueItems": true
},
"favoriteFruit": {
"title": "Select your favorite fruit",
"type": "string",