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

20 lines
295 B
JSON

{
"item_enum": [
{
"value": "none",
"label": "No Actiion Needed"
},
{
"value": "item_1",
"label": "Edit Item 1"
},
{
"value": "item_2",
"label": "Edit Item 2"
},
{
"value": "item_3",
"label": "Edit Item 3"
}
]
}