]> Softwares of Agnibho - simpleipd.git/blobdiff - www/forms/report-scrub.schema.json
Added reporting time
[simpleipd.git] / www / forms / report-scrub.schema.json
index daba841f1cbe0fd4fa66455645965efb8a53861e..1759508f9bec2509f307f1dc9383807aaf64f9d9 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"
         },