]> Softwares of Agnibho - simpleipd.git/blobdiff - www/forms/report-pct.schema.json
Added reporting time
[simpleipd.git] / www / forms / report-pct.schema.json
index 4127f267ac610d83079deccd70db8d059a3337ce..3ffdc78da28b4e5045c8a1ddfc0c88d04b5632ad 100644 (file)
@@ -6,12 +6,22 @@
 
     "properties": {
         "date": {
-            "description": "Date",
+            "description": "Sample Date",
             "type": "string",
             "format": "date"
         },
         "time": {
-            "description": "Time",
+            "description": "Sample Time",
+            "type": "string",
+            "format": "time"
+        },
+        "rdate": {
+            "description": "Report Date",
+            "type": "string",
+            "format": "date"
+        },
+        "rtime": {
+            "description": "Report Time",
             "type": "string",
             "format": "time"
         },