User: dylan.reinhardt@myome.com clicked save for playground/myome/dylans-pizza-palace/select-toppings-schema.json
This commit is contained in:
parent
2d7cf5f36f
commit
04141eb9a2
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"favoriteFruit": "apples",
|
||||
"multipleChoicesList": [
|
||||
"bar",
|
||||
"qux"
|
||||
],
|
||||
"favoriteFruit": "apples",
|
||||
"fruits": [
|
||||
{
|
||||
"value": "apples",
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"description": "Build a multiple choice list with a predefined list of options",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"pizzaSi": {
|
||||
"pizzaSiz": {
|
||||
"title": "Select your favorite fruit",
|
||||
"type": "string",
|
||||
"anyOf": [
|
||||
|
|
Loading…
Reference in New Issue