2020-02-29 01:16:25 +01:00
{
"attributes" : {
2020-04-26 02:10:02 +02:00
"active" : {
"description" : "the number of active cases." ,
"disable_correlation" : true ,
2020-03-24 13:24:31 +01:00
"misp-attribute" : "counter" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 1
2020-03-24 13:24:31 +01:00
} ,
2020-04-26 02:10:02 +02:00
"confirmed" : {
"description" : "the number of confirmed cases. For Hubei Province: from Feb 13 (GMT +8), we report both clinically diagnosed and lab-confirmed cases. For lab-confirmed cases only (Before Feb 17), please refer to https://github.com/CSSEGISandData/COVID-19/tree/master/who_covid_19_situation_reports." ,
"disable_correlation" : true ,
2020-03-24 13:24:31 +01:00
"misp-attribute" : "counter" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 1
2020-02-29 01:16:25 +01:00
} ,
"country-region" : {
"description" : "country/region name conforming to WHO (will be updated)." ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
2020-02-29 01:16:25 +01:00
"misp-attribute" : "text" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 1
2020-02-29 01:16:25 +01:00
} ,
2020-04-26 02:10:02 +02:00
"county" : {
"description" : "US County (US Only)" ,
"disable_correlation" : true ,
"misp-attribute" : "counter" ,
"ui-priority" : 0
} ,
"death" : {
"description" : "the number of deaths." ,
"disable_correlation" : true ,
"misp-attribute" : "counter" ,
"ui-priority" : 1
} ,
"fips" : {
"description" : "Federal Information Processing Standard county code (US Only)" ,
"disable_correlation" : true ,
"misp-attribute" : "counter" ,
"ui-priority" : 0
2020-02-29 01:16:25 +01:00
} ,
2020-03-24 13:24:31 +01:00
"latitude" : {
"description" : "Approximate latitude of the entry" ,
2020-04-26 02:10:02 +02:00
"disable_correlation" : true ,
2020-03-24 13:24:31 +01:00
"misp-attribute" : "float" ,
2020-04-26 02:10:02 +02:00
"ui-priority" : 0
2020-03-24 13:24:31 +01:00
} ,
"longitude" : {
"description" : "Approximate longitude of the entry" ,
2020-02-29 01:16:25 +01:00
"disable_correlation" : true ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "float" ,
"ui-priority" : 0
2020-02-29 01:16:25 +01:00
} ,
2020-04-26 02:10:02 +02:00
"province-state" : {
"description" : "province name; US/Canada/Australia/ - city name, state/province name; Others - name of the event (e.g., \"Diamond Princess\" cruise ship); other countries - blank." ,
2020-02-29 01:16:25 +01:00
"disable_correlation" : true ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "text" ,
2020-02-29 01:16:25 +01:00
"ui-priority" : 1
} ,
"recovered" : {
"description" : "the number of recovered cases." ,
"disable_correlation" : true ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "counter" ,
2020-02-29 01:16:25 +01:00
"ui-priority" : 1
2020-03-24 13:24:31 +01:00
} ,
2020-04-26 02:10:02 +02:00
"update" : {
"description" : "Time of the last update that day (UTC)" ,
2020-03-24 13:24:31 +01:00
"disable_correlation" : true ,
2020-04-26 02:10:02 +02:00
"misp-attribute" : "datetime" ,
2020-03-24 13:24:31 +01:00
"ui-priority" : 1
2020-02-29 01:16:25 +01:00
}
} ,
"description" : "CSSE COVID-19 Daily report" ,
"meta-category" : "health" ,
2020-04-26 02:10:02 +02:00
"name" : "covid19-csse-daily-report" ,
"required" : [
"country-region" ,
"update"
] ,
2020-02-29 01:16:25 +01:00
"uuid" : "9458bf83-2e29-4ff3-9996-0564f2d954c8" ,
2020-04-26 02:10:02 +02:00
"version" : 2
}