]> Softwares of Agnibho - simpleipd.git/commitdiff
Bugfix
authorAgnibho Mondal <mondal@agnibho.com>
Thu, 3 Jun 2021 00:19:02 +0000 (05:49 +0530)
committerAgnibho Mondal <mondal@agnibho.com>
Thu, 3 Jun 2021 00:19:02 +0000 (05:49 +0530)
www/forms/report-dd.schema.json [new file with mode: 0644]

diff --git a/www/forms/report-dd.schema.json b/www/forms/report-dd.schema.json
new file mode 100644 (file)
index 0000000..296f09c
--- /dev/null
@@ -0,0 +1,29 @@
+{
+    "$schema": "http://json-schema.org/draft/2020-12/schema",
+    "title": "culture_sensitivity",
+    "description": "Culture Sensitivity",
+    "type": "object",
+
+    "properties": {
+        "date": {
+            "description": "Date",
+            "type": "string",
+            "format": "date"
+        },
+        "time": {
+            "description": "Time",
+            "type": "string",
+            "format": "time"
+        },
+        "sample": {
+            "description": "Sample",
+            "type": "string"
+        },
+        "report": {
+            "description": "Report",
+            "type": "string",
+            "format": "textarea"
+        }
+    },
+    "required": ["date"]
+}