demo-process-models/playground/dan/example/test-exampledata.json

16 lines
210 B
JSON

{
"fruits": [
{
"value": "apples",
"label": "Apples"
},
{
"value": "oranges",
"label": "Oranges"
},
{
"value": "bananas",
"label": "Bananas"
}
]
}