mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-10 19:52:53 +00:00
feat: add core
This commit is contained in:
69
test/resources/Dish.1.json
Normal file
69
test/resources/Dish.1.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"validationErrorNames": [],
|
||||
"scData": {
|
||||
"type": "dish",
|
||||
"name": "Pizza mit Geflügelsalami und Champignons",
|
||||
"categories": [
|
||||
"main dish"
|
||||
],
|
||||
"characteristics": [],
|
||||
"additives": [
|
||||
"konserviert",
|
||||
"Antioxidationsmittel",
|
||||
"Farbstoff",
|
||||
"Weizen",
|
||||
"Milch(Laktose; Milcheiweiß)",
|
||||
"Nitritpökelsalz",
|
||||
"Hefe"
|
||||
],
|
||||
"offers": [
|
||||
{
|
||||
"availability": "in stock",
|
||||
"availabilityStarts": "2017-01-30T00:00:00.000Z",
|
||||
"availabilityEnds": "2017-01-30T23:59:59.999Z",
|
||||
"price": 2.85,
|
||||
"prices": {
|
||||
"student": 2.85,
|
||||
"employee": 2.85
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"uid": "540862f3-ea30-5b8f-8678-56b4dc217140",
|
||||
"origin": {
|
||||
"indexed": "2018-09-11T12:30:00Z",
|
||||
"name": "Dummy"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user