mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"title": "Review Request",
|
|
"description": "Review the request and approve, request additional information or reject",
|
|
"properties": {
|
|
"review_outcome": {
|
|
"type": "string",
|
|
"title": "Review Outcome",
|
|
"enum": [
|
|
"Approved",
|
|
"Needs Additional Information",
|
|
"Rejected"
|
|
]
|
|
}
|
|
},
|
|
"required": []
|
|
} |