mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 05:25:26 +00:00
22 lines
317 B
JSON
22 lines
317 B
JSON
{
|
|
"pizza_size": "apples",
|
|
"multipleChoicesList": [
|
|
"bar",
|
|
"qux"
|
|
],
|
|
"favoriteFruit": "apples",
|
|
"pizza_sizes": [
|
|
{
|
|
"value": "small",
|
|
"label": "Small"
|
|
},
|
|
{
|
|
"value": "medium",
|
|
"label": "Medium"
|
|
},
|
|
{
|
|
"value": "large",
|
|
"label": "Bananas"
|
|
}
|
|
]
|
|
} |