From 81273ec7777dbcb5c6661ca886d797ad3b97337c Mon Sep 17 00:00:00 2001 From: sartography-automated-committer Date: Tue, 20 Feb 2024 10:14:45 +0000 Subject: [PATCH] User: hurairaidrees@gmail.com clicked save for playground/nutech/issue2/gatepasscollected-schema.json --- .../nutech/issue2/gatepasscollected-schema.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/playground/nutech/issue2/gatepasscollected-schema.json b/playground/nutech/issue2/gatepasscollected-schema.json index 9e26dfee..1e3d49d5 100644 --- a/playground/nutech/issue2/gatepasscollected-schema.json +++ b/playground/nutech/issue2/gatepasscollected-schema.json @@ -1 +1,14 @@ -{} \ No newline at end of file + +{ + "type": "object", + "properties": { + "admin_approval_issue_form": { + "type": "string", + "title": "Admin Approval", + "enum": [ + "Yes", + "No" + ] + } + } +}