Question 17 4 pts Assume that the vaccination data can also be accessed via a web API from health.nsw.gov.au in JSON for
Posted: Mon Jun 06, 2022 5:58 pm
Question 17 4 pts Assume that the vaccination data can also be accessed via a web API from health.nsw.gov.au in JSON format. See the figure below for an example result: { "system-time": "2022-05-10 16:30:00", "vaccinations": [ { "vaccination-id" : 6732, "vaccination-date": "2022-05-08", "postcode": 2071, "vaccination": "Influenza (flu)" }, { "vaccination-id" : 6733, "vaccination-date": "2022-05-09", "postcode": 2134, "vaccination": "Covid-19" } ] } There are several timestamps present in this data. Specify for each timestamp whether it is user-defined time, valid time, or a transaction time.