From 7c112120652b2fa43bd4a19f5ef6928f5f7033f5 Mon Sep 17 00:00:00 2001 From: Agnibho Mondal Date: Sat, 22 May 2021 13:15:48 +0530 Subject: [PATCH] Minor --- www/forms/report-covid.schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/forms/report-covid.schema.json b/www/forms/report-covid.schema.json index 25cee7a..fba7104 100644 --- a/www/forms/report-covid.schema.json +++ b/www/forms/report-covid.schema.json @@ -23,6 +23,10 @@ "description": "RT-PCR", "type": "string" }, + "ct": { + "description": "CT Value", + "type": "string" + }, "rat": { "description": "RAT", "type": "string" -- 2.39.5