1
0
mirror of https://github.com/italia/covid19-opendata-vaccini synced 2024-06-07 05:48:23 +02:00
covid19-opendata-vaccini/dati/last-update-dataset.json

24 lines
470 B
JSON
Raw Normal View History

2021-01-05 13:39:35 +01:00
{
2023-11-20 16:39:55 +01:00
"schema":{
"fields":[
{
"name":"index",
"type":"integer"
},
{
"name":"ultimo_aggiornamento",
"type":"datetime"
}
],
"primaryKey":[
"index"
],
"pandas_version":"0.20.0"
},
"data":[
{
"index":0,
2024-01-08 10:46:28 +01:00
"ultimo_aggiornamento":"2024-01-07T02:16:22.387Z"
2023-11-20 16:39:55 +01:00
}
]
2021-01-05 13:39:35 +01:00
}