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" + ] + } + } +}