From 429e026747c8f545a2560699f6574430c2f4116b Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Mon, 26 Feb 2024 08:21:18 +0000 Subject: [PATCH] User: hurairaidrees@gmail.com clicked save for playground/nutech/receipt/sasdreceiveapproval-schema.json --- .../nutech/receipt/sasdreceiveapproval-schema.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/playground/nutech/receipt/sasdreceiveapproval-schema.json b/playground/nutech/receipt/sasdreceiveapproval-schema.json index 9e26dfee..49dd2ff4 100644 --- a/playground/nutech/receipt/sasdreceiveapproval-schema.json +++ b/playground/nutech/receipt/sasdreceiveapproval-schema.json @@ -1 +1,13 @@ -{} \ No newline at end of file +{ + "type": "object", + "properties": { + "warehouse_approval": { + "type": "string", + "title": "Warehouse Approval", + "enum": [ + "Yes", + "No" + ] + } + } +}