User: dylan.reinhardt@myome.com clicked save for playground/myome/dylans-pizza-palace/payment-uischema.json

This commit is contained in:
sartography-automated-committer 2023-11-20 21:57:04 +00:00
parent a07b6fbfac
commit 12e03a6def

View File

@ -1 +1,21 @@
{}
{
"title": "Multiple Choice List",
"description": "Build a multiple choice list with a predefined list of options",
"type": "object",
"properties": {
"multipleChoicesList": {
"type": "array",
"title": "A multiple choices list",
"items": {
"type": "string",
"enum": [
"foo",
"bar",
"fuzz",
"qux"
]
},
"uniqueItems": true
}
}
}