User: alex@sartography.com clicked save for playground/unsw/edit-test/item-action-schema.json

This commit is contained in:
sartography-automated-committer 2024-01-24 00:17:58 +00:00
parent 1c4c9b009b
commit f075c54b93

View File

@ -3,20 +3,6 @@
"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",