mirror of https://github.com/MISP/misp-objects
chg: Bump CSSE COVID-19 Daily report to new version
parent
7ef9a2ba56
commit
9eedb854de
|
@ -4,6 +4,18 @@
|
|||
"update"
|
||||
],
|
||||
"attributes": {
|
||||
"fips": {
|
||||
"description": "Federal Information Processing Standard county code (US Only)",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "counter",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"county": {
|
||||
"description": "US County (US Only)",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "counter",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"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.",
|
||||
"ui-priority": 1,
|
||||
|
@ -22,6 +34,18 @@
|
|||
"misp-attribute": "datetime",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"latitude": {
|
||||
"description": "Approximate latitude of the entry",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"longitude": {
|
||||
"description": "Approximate longitude of the entry",
|
||||
"ui-priority": 0,
|
||||
"misp-attribute": "float",
|
||||
"disable_correlation": true
|
||||
},
|
||||
"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.",
|
||||
"misp-attribute": "counter",
|
||||
|
@ -39,9 +63,15 @@
|
|||
"misp-attribute": "counter",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
},
|
||||
"active": {
|
||||
"description": "the number of active cases.",
|
||||
"misp-attribute": "counter",
|
||||
"disable_correlation": true,
|
||||
"ui-priority": 1
|
||||
}
|
||||
},
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"description": "CSSE COVID-19 Daily report",
|
||||
"meta-category": "health",
|
||||
"uuid": "9458bf83-2e29-4ff3-9996-0564f2d954c8",
|
||||
|
|
Loading…
Reference in New Issue