demo-process-models/playground/nutech/issue2/decisionbuttons-schema.json

15 lines
211 B
JSON

{
"buttons": [
{
"type": "button",
"title": "Approve",
"propertyOrder": 1
},
{
"type": "button",
"title": "Reject",
"propertyOrder": 2
}
]
}