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