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": [
|
"multipleChoicesList": [
|
||||||
"bar",
|
"bar",
|
||||||
"qux"
|
"qux"
|
||||||
],
|
],
|
||||||
|
"favoriteFruit": "apples",
|
||||||
"fruits": [
|
"fruits": [
|
||||||
{
|
{
|
||||||
"value": "apples",
|
"value": "apples",
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue