@@ -37,8 +37,8 @@ the ``structure``. A list of metrics is available on the `Developers Guide`_ web
3737 " areaCode" : " areaCode" ,
3838 " newCasesByPublishDate" : " newCasesByPublishDate" ,
3939 " cumCasesByPublishDate" : " cumCasesByPublishDate" ,
40- " newDeathsByDeathDate " : " newDeathsByDeathDate " ,
41- " cumDeathsByDeathDate " : " cumDeathsByDeathDate "
40+ " newDeaths28DaysByDeathDate " : " newDeaths28DaysByDeathDate " ,
41+ " cumDeaths28DaysByDeathDate " : " cumDeaths28DaysByDeathDate "
4242 }
4343
4444 api = Cov19API(
@@ -61,35 +61,35 @@ the ``structure``. A list of metrics is available on the `Developers Guide`_ web
6161 "areaCode": "E92000001",
6262 "newCasesByPublishDate": 547,
6363 "cumCasesByPublishDate": 259022,
64- "newDeathsByDeathDate ": None,
65- "cumDeathsByDeathDate ": None
64+ "newDeaths28DaysByDeathDate ": None,
65+ "cumDeaths28DaysByDeathDate ": None
6666 },
6767 {
6868 "date": "2020-07-28",
6969 "areaName": "Northern Ireland",
7070 "areaCode": "N92000002",
7171 "newCasesByPublishDate": 9,
7272 "cumCasesByPublishDate": 5921,
73- "newDeathsByDeathDate ": None,
74- "cumDeathsByDeathDate ": None
73+ "newDeaths28DaysByDeathDate ": None,
74+ "cumDeaths28DaysByDeathDate ": None
7575 },
7676 {
7777 "date": "2020-07-28",
7878 "areaName": "Scotland",
7979 "areaCode": "S92000003",
8080 "newCasesByPublishDate": 4,
8181 "cumCasesByPublishDate": 18558,
82- "newDeathsByDeathDate ": None,
83- "cumDeathsByDeathDate ": None
82+ "newDeaths28DaysByDeathDate ": None,
83+ "cumDeaths28DaysByDeathDate ": None
8484 },
8585 {
8686 "date": "2020-07-28",
8787 "areaName": "Wales",
8888 "areaCode": "W92000004",
8989 "newCasesByPublishDate": 21,
9090 "cumCasesByPublishDate": 17191,
91- "newDeathsByDeathDate ": None,
92- "cumDeathsByDeathDate ": None
91+ "newDeaths28DaysByDeathDate ": None,
92+ "cumDeaths28DaysByDeathDate ": None
9393 }
9494 ],
9595 "lastUpdate": "2020-07-28T15:34:31.000000Z",
0 commit comments