User: brendan.winnacott@myome.com clicked save for playground/myome/pizza/select_payment_type-schema.json

This commit is contained in:
sartography-automated-committer 2023-11-20 22:00:05 +00:00
parent 1dc783f3a8
commit 652f2cc50f
1 changed files with 0 additions and 19 deletions

View File

@ -1,21 +1,2 @@
{
"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
}
}
}