Files
openstapps/frontend/app/cypress/fixtures/canteen/canteen.get.res.json
2023-12-05 15:17:00 +00:00

60 lines
1.3 KiB
JSON

{
"data": [
{
"geo": {
"point": {
"coordinates": [8.666987121105194, 50.12725203226799],
"type": "Point"
}
},
"uid": "86464b64-da1e-5578-a5c4-eec23457f596",
"alternateNames": ["Alfredo Anbau Casino"],
"address": {
"addressCountry": "Deutschland",
"addressLocality": "Frankfurt am Main",
"addressRegion": "Hessen",
"postalCode": "60323",
"streetAddress": "Kaffeebar Alfredo/Cocktailbar Theodor-W.-Adorno-Platz 2"
},
"origin": {
"indexed": "2022-06-08T18:45:04.280Z",
"name": "Studentenwerk Frankfurt am Main",
"type": "remote"
},
"name": "Alfredo Anbau Casino",
"openingHours": "Mo-Fr 08:30-22:00; Sa-Su off; 2022 Feb 21 - 2022 Apr 08 Mo-Fr 10:00-21:00; 2022 Feb 21 - 2022 Apr 08 Sa-Su off",
"categories": ["cafe"],
"type": "room"
}
],
"facets": [
{
"buckets": [
{
"count": 1,
"key": "room"
}
],
"field": "type"
},
{
"buckets": [
{
"count": 1,
"key": "cafe"
}
],
"field": "categories",
"onlyOnType": "room"
}
],
"pagination": {
"count": 1,
"offset": 0,
"total": 1
},
"stats": {
"time": 2
}
}