-
Notifications
You must be signed in to change notification settings - Fork 127
/
Copy pathdefinition.json
55 lines (55 loc) · 1.47 KB
/
definition.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"attributes": {
"comment": {
"description": "Comment, in chinese",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"current-confirmed": {
"description": "Current number of confirmed cases",
"disable_correlation": true,
"misp-attribute": "counter",
"ui-priority": 1
},
"province": {
"description": "Name of the Chinese province, in Chinese.",
"disable_correlation": true,
"misp-attribute": "text",
"ui-priority": 1
},
"total-confirmed": {
"description": "Total number of confirmed cases.",
"disable_correlation": true,
"misp-attribute": "counter",
"ui-priority": 1
},
"total-cured": {
"description": "Total number of cured cases.",
"disable_correlation": true,
"misp-attribute": "counter",
"ui-priority": 1
},
"total-death": {
"description": "Total number of deaths.",
"disable_correlation": true,
"misp-attribute": "counter",
"ui-priority": 1
},
"update": {
"description": "Approximate time of the update (~hour)",
"disable_correlation": true,
"misp-attribute": "datetime",
"ui-priority": 1
}
},
"description": "COVID 19 from dxy.cn - Aggregation by province",
"meta-category": "health",
"name": "covid19-dxy-live-province",
"required": [
"province",
"update"
],
"uuid": "40b49502-088b-44a5-80a7-0e55653f3ed4",
"version": 1
}