User: dylan.reinhardt@myome.com clicked save for playground/myome/dylans-pizza-palace/select-toppings-schema.json

This commit is contained in:
sartography-automated-committer 2023-11-20 21:14:58 +00:00
parent 2d7cf5f36f
commit 04141eb9a2
2 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
{ {
"favoriteFruit": "apples",
"multipleChoicesList": [ "multipleChoicesList": [
"bar", "bar",
"qux" "qux"
], ],
"favoriteFruit": "apples",
"fruits": [ "fruits": [
{ {
"value": "apples", "value": "apples",

View File

@ -3,7 +3,7 @@
"description": "Build a multiple choice list with a predefined list of options", "description": "Build a multiple choice list with a predefined list of options",
"type": "object", "type": "object",
"properties": { "properties": {
"pizzaSi": { "pizzaSiz": {
"title": "Select your favorite fruit", "title": "Select your favorite fruit",
"type": "string", "type": "string",
"anyOf": [ "anyOf": [