This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
generated from Mrc0113/template_repo
-
Notifications
You must be signed in to change notification settings - Fork 13
/
CovidTrackingRaw.json
368 lines (368 loc) · 10.8 KB
/
CovidTrackingRaw.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
{
"$schema": "http://json-schema.org/draft-07/schema",
"type": "array",
"title": "The Root Schema",
"description": "The root schema comprises the entire JSON document.",
"items": {
"type": "object",
"title": "The Items Schema",
"description": "An explanation about the purpose of this instance.",
"default": {},
"examples": [
{
"total": 5022,
"onVentilatorCumulative": null,
"recovered": null,
"score": 4,
"totalTestResults": 5022,
"hospitalizedCumulative": 9,
"positive": 143,
"death": 3,
"negativeScore": 1,
"lastUpdateEt": "4/01 19:00",
"dateChecked": "2020-04-02T15:06:00Z",
"onVentilatorCurrently": null,
"dateModified": "2020-04-01T23:00:00Z",
"negative": 4879,
"checkTimeEt": "4/02 11:06",
"hospitalized": 9,
"inIcuCurrently": null,
"hash": "728b96f4626db4ed742593dc6c2a6f301c21a1eb",
"commercialScore": 1,
"fips": "02",
"positiveScore": 1,
"grade": "A",
"hospitalizedCurrently": null,
"negativeRegularScore": 1,
"notes": "Please stop using the \"total\" field. Use \"totalTestResults\" instead.",
"inIcuCumulative": null,
"state": "AK",
"pending": null
},
{
"onVentilatorCumulative": null,
"total": 8619,
"recovered": null,
"score": 3,
"totalTestResults": 8619,
"hospitalizedCumulative": null,
"positive": 1116,
"death": 32,
"negativeScore": 1,
"lastUpdateEt": "4/02 00:00",
"dateChecked": "2020-04-02T14:54:00Z",
"onVentilatorCurrently": null,
"negative": 7503,
"dateModified": "2020-04-02T04:00:00Z",
"checkTimeEt": "4/02 10:54",
"hospitalized": null,
"hash": "065acc38fa108bc0412e1b70ff6ea38b6e737e26",
"inIcuCurrently": null,
"commercialScore": 1,
"fips": "01",
"positiveScore": 1,
"grade": "B",
"hospitalizedCurrently": null,
"negativeRegularScore": 0,
"notes": "Please stop using the \"total\" field. Use \"totalTestResults\" instead.",
"inIcuCumulative": null,
"state": "AL",
"pending": null
}
],
"required": [
"state",
"positive",
"posNeg",
"positiveScore",
"negativeScore",
"negativeRegularScore",
"commercialScore",
"grade",
"score",
"negative",
"pending",
"hospitalizedCurrently",
"hospitalizedCumulative",
"inIcuCurrently",
"inIcuCumulative",
"onVentilatorCurrently",
"onVentilatorCumulative",
"recovered",
"lastUpdateEt",
"checkTimeEt",
"death",
"hospitalized",
"total",
"totalTestResults",
"fips",
"dateModified",
"dateChecked",
"notes",
"hash"
],
"properties": {
"state": {
"type": "string",
"title": "The State Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"AK"
]
},
"positive": {
"type": "integer",
"title": "The Positive Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
143
]
},
"posNeg": {
"type": "integer",
"title": "The posNeg Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
143
]
},
"positiveScore": {
"type": "integer",
"title": "The Positivescore Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
1
]
},
"negativeScore": {
"type": "integer",
"title": "The Negativescore Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
1
]
},
"negativeRegularScore": {
"type": "integer",
"title": "The Negativeregularscore Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
1
]
},
"commercialScore": {
"type": "integer",
"title": "The Commercialscore Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
1
]
},
"grade": {
"type": "string",
"title": "The Grade Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"A"
]
},
"score": {
"type": "integer",
"title": "The Score Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
4
]
},
"negative": {
"type": "integer",
"title": "The Negative Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
4879
]
},
"pending": {
"title": "The Pending Schema",
"type": "integer",
"description": "An explanation about the purpose of this instance.",
"default": null,
"examples": [
null
]
},
"hospitalizedCurrently": {
"title": "The Hospitalizedcurrently Schema",
"type": "integer",
"description": "An explanation about the purpose of this instance.",
"default": null,
"examples": [
null
]
},
"hospitalizedCumulative": {
"type": "integer",
"title": "The Hospitalizedcumulative Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
9
]
},
"inIcuCurrently": {
"title": "The Inicucurrently Schema",
"type": "integer",
"description": "An explanation about the purpose of this instance.",
"default": null,
"examples": [
null
]
},
"inIcuCumulative": {
"title": "The Inicucumulative Schema",
"type": "integer",
"description": "An explanation about the purpose of this instance.",
"default": null,
"examples": [
null
]
},
"onVentilatorCurrently": {
"title": "The Onventilatorcurrently Schema",
"type": "integer",
"description": "An explanation about the purpose of this instance.",
"default": null,
"examples": [
null
]
},
"onVentilatorCumulative": {
"title": "The Onventilatorcumulative Schema",
"type": "integer",
"description": "An explanation about the purpose of this instance.",
"default": null,
"examples": [
null
]
},
"recovered": {
"title": "The Recovered Schema",
"type": "integer",
"description": "An explanation about the purpose of this instance.",
"default": null,
"examples": [
null
]
},
"lastUpdateEt": {
"type": "string",
"title": "The Lastupdateet Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"4/01 19:00"
]
},
"checkTimeEt": {
"type": "string",
"title": "The Checktimeet Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"4/02 11:06"
]
},
"death": {
"type": "integer",
"title": "The Death Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
3
]
},
"hospitalized": {
"type": "integer",
"title": "The Hospitalized Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
9
]
},
"total": {
"type": "integer",
"title": "The Total Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
5022
]
},
"totalTestResults": {
"type": "integer",
"title": "The Totaltestresults Schema",
"description": "An explanation about the purpose of this instance.",
"default": 0,
"examples": [
5022
]
},
"fips": {
"type": "string",
"title": "The Fips Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"02"
]
},
"dateModified": {
"type": "string",
"title": "The Datemodified Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"2020-04-01T23:00:00Z"
]
},
"dateChecked": {
"type": "string",
"title": "The Datechecked Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"2020-04-02T15:06:00Z"
]
},
"notes": {
"type": "string",
"title": "The Notes Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"Please stop using the \"total\" field. Use \"totalTestResults\" instead."
]
},
"hash": {
"type": "string",
"title": "The Hash Schema",
"description": "An explanation about the purpose of this instance.",
"default": "",
"examples": [
"728b96f4626db4ed742593dc6c2a6f301c21a1eb"
]
}
}
}
}