mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-25 12:25:22 +00:00
21 lines
275 B
JSON
21 lines
275 B
JSON
{
|
|
"multipleChoicesList": [
|
|
"bar",
|
|
"fuzz",
|
|
"qux"
|
|
],
|
|
"fruits": [
|
|
{
|
|
"value": "apples",
|
|
"label": "Apples"
|
|
},
|
|
{
|
|
"value": "oranges",
|
|
"label": "Oranges"
|
|
},
|
|
{
|
|
"value": "bananas",
|
|
"label": "Bananas"
|
|
}
|
|
]
|
|
} |