From c9966b5f55e768337c088f2d4b5cd7a3cc67000f Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Sat, 7 Jan 2023 14:45:41 +0000 Subject: [PATCH] User: alex@sartography.com added process model file manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/legal-review-request-schema.json --- .../legal-review-request-schema.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/legal-review-request-schema.json diff --git a/manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/legal-review-request-schema.json b/manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/legal-review-request-schema.json new file mode 100644 index 00000000..3f2854b5 --- /dev/null +++ b/manage-procurement/procurement/requisition-order-management/new-demand-request-procurement/legal-review-request-schema.json @@ -0,0 +1,16 @@ +{ + "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": [] +} \ No newline at end of file