demo-process-models/playground/unsw/edit-test/item-action-exampledata.json

18 lines
268 B
JSON

{
"multipleChoicesList": "foo",
"favoriteFruit": "apples",
"item_enum": [
{
"value": "none",
"label": "None"
},
{
"value": "item_1",
"label": "Item 1"
},
{
"value": "bananas",
"label": "Bananas"
}
]
}