mirror of
https://github.com/italia/covid19-opendata-vaccini
synced 2024-12-02 09:13:02 +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":"2023-11-19T13:48:31.033Z"
|
|
}
|
|
]
|
|
} |