X-Git-Url: https://code.agnibho.com/repo?a=blobdiff_plain;f=www%2Fforms%2Freport-ch.schema.json;fp=www%2Fforms%2Freport-ch.schema.json;h=c8e908ee902d6108d4c1f2fa15b54289f8cfb8f0;hb=a42ffc12f7913e0550819f38b70e237ef6089b62;hp=98ab96af2cd1efdde6c7e3fe0cfb61d58553c207;hpb=3789052ea87cbeb5ea106d0ec4d19fa0b4255aff;p=simpleipd.git diff --git a/www/forms/report-ch.schema.json b/www/forms/report-ch.schema.json index 98ab96a..c8e908e 100644 --- a/www/forms/report-ch.schema.json +++ b/www/forms/report-ch.schema.json @@ -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" },