response_event.json
{
"time": 1529411499,
"status": "success",
"result": {
"config": {
//
"image_generator_url": {
"resize_w" : "http://app.castellodelnero.com/phpthumbsup/w/[width]/src/[src]",
"resize_h" : "http://app.castellodelnero.com/phpthumbsup/h/[height]/src/[src]",
"resize_crop" : "http://app.castellodelnero.com/phpthumbsup/w/[width]/h/[height]/zc/[crop]/src/[src]",
}
},
"content": {
"title": "Eventi",
"events":
[
{
“date”: "2017-01-05”, // middleware: raggruppare eventi per data
"activitiesPerDay":
[ //elenco delle attività presenti nella giornata
{
“type” : “image”,
"src": “/relative/img” // String,
"name": String,
"hour": String,
"info": String,
"latitude”: 42.0886089, // Double,
"longitude”: -87.7708629 // Double,
// Necessaria ai filtri
“category”: [“filter_value1”, “filter_value3”]
},
{
“type” : “image”,
"src": “/relative/img” // String,
"name": String,
"hour": String,
"info": String,
"latitude”: 42.0886089, // Double,
"longitude”: -87.7708629 // Double,
// Necessaria ai filtri
“category”: [“filter_value1”, “filter_value3”]
}
]
},
{ ... }
]
}
"_requested": "2018-06-19 14:31"
}
}