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