Files
openstapps/test/resources/Dish.2.json
Karl-Philipp Wulfert 3a15b6cf5b test: adjust tests
2019-01-08 14:47:45 +01:00

70 lines
1.6 KiB
JSON

{
"errorNames": [],
"instance": {
"type": "dish",
"name": "Sahne-Bärlauchsauce",
"description": "Nudelauswahl",
"categories": [
"main dish"
],
"offers": [
{
"price": 2.45,
"prices": {
"student": 2.45,
"employee": 2.45
},
"availability": "in stock",
"availabilityStarts": "2017-01-30T00:00:00.000Z",
"availabilityEnds": "2017-01-30T23:59:59.999Z",
"provider": {
"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": "540862f3-ea30-5b8f-8678-56b4dc217140",
"address": {
"addressCountry": "Germany",
"addressLocality": "Berlin",
"addressRegion": "Berlin",
"postalCode": "10623",
"streetAddress": "Hardenbergstraße 34"
},
"origin": {
"indexed": "2018-09-11T12:30:00Z",
"name": "Dummy"
}
}
}
],
"characteristics": [
"bad",
"vegetarian"
],
"additives": [
"Weizen",
"Milch(Laktose; Milcheiweiß)"
],
"uid": "540862f3-ea30-5b8f-8678-56b4dc217140",
"origin": {
"indexed": "2018-09-11T12:30:00Z",
"name": "Dummy"
}
},
"schema": "SCDish"
}