mirror of
https://github.com/italia/covid19-opendata-vaccini
synced 2024-11-23 12:57:20 +01:00
24 lines
470 B
JSON
24 lines
470 B
JSON
{
|
|
"schema":{
|
|
"fields":[
|
|
{
|
|
"name":"index",
|
|
"type":"integer"
|
|
},
|
|
{
|
|
"name":"ultimo_aggiornamento",
|
|
"type":"datetime"
|
|
}
|
|
],
|
|
"primaryKey":[
|
|
"index"
|
|
],
|
|
"pandas_version":"0.20.0"
|
|
},
|
|
"data":[
|
|
{
|
|
"index":0,
|
|
"ultimo_aggiornamento":"2024-07-18T01:03:17.773Z"
|
|
}
|
|
]
|
|
} |