]> Softwares of Agnibho - simpleipd.git/blob - forms/report-crp.schema.json
Added requisition
[simpleipd.git] / forms / report-crp.schema.json
1 {
2 "$schema": "http://json-schema.org/draft/2020-12/schema",
3 "title": "crp",
4 "description": "CRP",
5 "type": "object",
6
7 "properties": {
8 "date": {
9 "description": "Date",
10 "type": "string",
11 "format": "date"
12 },
13 "time": {
14 "description": "Time",
15 "type": "string",
16 "format": "time"
17 },
18
19 "ldh": {
20 "description": "CRP",
21 "type": "number"
22 }
23 },
24 "required": ["date"]
25 }