demo-process-models/playground/myome/pizza/select-pizza-exampledata.json

17 lines
240 B
JSON
Raw Normal View History

{
"multipleChoicesList": "bar",
"pizza_sizes": [
{
"value": "small",
"label": "small"
},
{
"value": "medium",
"label": "medium"
},
{
"value": "large",
"label": "large"
},
]
}