]> Softwares of Agnibho - simpleipd.git/blob - www/forms/report-chik.schema.json
b930f3714e27b61b8977800edda7ebfc1c068dc3
[simpleipd.git] / www / forms / report-chik.schema.json
1 {
2 "$schema": "http://json-schema.org/draft/2020-12/schema",
3 "title": "chickungunya",
4 "description": "Chikungunya",
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 "sample": {
19 "description": "Sample",
20 "type": "string"
21 },
22 "chik_igm": {
23 "description": "Chikungunya IgM",
24 "type": "string"
25 }
26 },
27 "required": ["date"]
28 }