demo-process-models/playground/dan/thrivehealthdemo/weightform-exampledata.json

17 lines
227 B
JSON

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