mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
15 lines
246 B
JSON
15 lines
246 B
JSON
|
{
|
||
|
"title": "Manager Approval",
|
||
|
"description": "",
|
||
|
"properties": {
|
||
|
"manager_decision": {
|
||
|
"type": "string",
|
||
|
"title": "Manager Decision",
|
||
|
"enum": [
|
||
|
"Approve",
|
||
|
"Reject"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"required": []
|
||
|
}
|