]> Softwares of Agnibho - simpleipd.git/blobdiff - www/forms/report-pvl.schema.json
Added reporting time
[simpleipd.git] / www / forms / report-pvl.schema.json
index 2af8e52f6025cb59837967848b944cdb2ea64cae..fe667227d7433475fb67d38e16601c9b795f6955 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"
         },