mirror of
https://github.com/sartography/demo-process-models.git
synced 2025-02-24 22:18:14 +00:00
16 lines
257 B
JSON
16 lines
257 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"approve": {
|
|
"type": "buttons",
|
|
"title": "Approve",
|
|
"propertyOrder": 1
|
|
},
|
|
"reject": {
|
|
"type": "string",
|
|
"title": "Reject",
|
|
"propertyOrder": 2
|
|
}
|
|
}
|
|
}
|