demo-process-models/playground/dan/pizza-palace-20/select-pizza-exampledata.json

17 lines
241 B
JSON
Raw Normal View History

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