]> Softwares of Agnibho - simpleipd.git/blob - www/forms/report-cd4.schema.json
bf7e314a9cb12dfebcc56aa9b0d6708ec6aaa6a0
[simpleipd.git] / www / forms / report-cd4.schema.json
1 {
2 "$schema": "http://json-schema.org/draft/2020-12/schema",
3 "title": "cd4",
4 "description": "CD4",
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 "cd4": {
23 "description": "Absolute CD4 count",
24 "type": "number"
25 }
26 },
27 "required": ["date"]
28 }