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