mirror of
https://github.com/sartography/sample-process-models.git
synced 2025-02-25 14:15:14 +00:00
19 lines
448 B
JSON
19 lines
448 B
JSON
{
|
|
"description": "Review the request and approve, request additional information or reject",
|
|
"definitions": {
|
|
"review_outcome": {
|
|
"title": "Review Outcome",
|
|
"type": "string",
|
|
"anyOf": [
|
|
"options_from_task_data_var:review_options"
|
|
]
|
|
}
|
|
},
|
|
"properties": {
|
|
"review_outcome": {
|
|
"$ref": "#/definitions/review_outcome",
|
|
"title": "Review Outcome"
|
|
}
|
|
},
|
|
"required": ["review_outcome"]
|
|
} |