Files
openstapps/test/resources/indexable/Dish.2.json
2021-08-17 17:51:53 +02:00

79 lines
1.8 KiB
JSON

{
"errorNames": [],
"instance": {
"type": "dish",
"name": "Sahne-Bärlauchsauce",
"description": "Nudelauswahl",
"categories": [
"main dish"
],
"offers": [
{
"prices": {
"default": 3.45,
"student": 2.45,
"employee": 3.45
},
"provider": {
"name": "Studentenwerk",
"type": "organization",
"uid": "3b9b3df6-3a7a-58cc-922f-c7335c002634"
},
"availability": "in stock",
"availabilityRange": {
"gte": "2017-01-30T00:00:00.000Z",
"lte": "2017-01-30T23:59:59.999Z"
},
"inPlace": {
"geo": {
"point": {
"type": "Point",
"coordinates": [
13.32612,
52.50978
]
}
},
"type": "building",
"categories": [
"restaurant"
],
"openingHours": "Mo-Fr 11:00-14:30",
"name": "TU-Mensa",
"alternateNames": [
"MensaHardenberg"
],
"uid": "072db1e5-e479-5040-88e0-4a98d731e443",
"address": {
"addressCountry": "Germany",
"addressLocality": "Berlin",
"addressRegion": "Berlin",
"postalCode": "10623",
"streetAddress": "Hardenbergstraße 34"
}
}
}
],
"characteristics": [
{
"name": "bad"
},
{
"name": "vegetarian",
"image": "https://backend/res/img/characteristic_small_vegetarian.png"
}
],
"additives": [
"Weizen",
"Milch(Laktose; Milcheiweiß)"
],
"uid": "3222631f-82b3-5faf-a8e8-9c10719cc95b",
"origin": {
"indexed": "2018-09-11T12:30:00Z",
"name": "Dummy",
"type": "remote"
}
},
"schema": "SCDish"
}