From 836f5cc24da2052cd5733438dc33f4c413c96c0a Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Fri, 28 May 2021 22:15:22 +0530 Subject: [PATCH] Updated admission form --- www/forms/admission.schema.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/www/forms/admission.schema.json b/www/forms/admission.schema.json index 8b32425..69a7781 100644 --- a/www/forms/admission.schema.json +++ b/www/forms/admission.schema.json @@ -13,6 +13,10 @@ "description": "SRF ID", "type": "string" }, + "cpms": { + "description": "CPMS Registration", + "type": "string" + }, "name": { "description": "Name", "type": "string" @@ -26,9 +30,13 @@ "type": "string", "enum": ["male", "female", "others"] }, - "bw": { - "description": "Weight", - "type": "integer" + "address": { + "description": "Address", + "type": "string" + }, + "phone": { + "description": "Phone number", + "type": "string" }, "date": { "description": "Date of Admission", -- 2.39.5