]> Softwares of Agnibho - simpleipd.git/blobdiff - www/forms/report-other.schema.json
Merge branch 'master' of agnibho.com:~/repo/public/simpleipd
[simpleipd.git] / www / forms / report-other.schema.json
index b642a0be005482fdbd331a656e7509c6bcf5324f..009d77cd6adbd5c26ab9262cf5ecb9782f936ac3 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"
         },