{ "$schema": "https://schemas.futureordering.net/json/dataimport/v0.13/stores.schema.json", "stores": { "1": { "taxCalculationMethod": "OrderSummed", "title": { "value": "Default Store" }, "defaultStaffCultureCode": "sv-SE", "orderClasses": { "takeaway": { "menuDefinitionId": "DE_SUMMER_CAMPAIGN_2026" } }, "location": { "address": { "countryIsoCode": "SE" }, "position": { "latitude": 59.33274, "longitude": 18.07174 } }, "tzdbTimeZoneId": "Europe/Stockholm", "openingHours": [ { "conditions": [ { "type": "always" } ], "open": [ { "from": "08:00", "to": "14:00" } ] } ], "production": { "timeslotDuration": "PT10M", // ISO-8601 "orderCostEstimator": { "type": "PointsPerOrder" // OrderSlotProuctionCostEstimator == 1 }, "capacity": [ { "conditions": [ { "type": "specificdates", // m.fl. betweendates aso "dates": ["2020-06-05"] } ], "schedule": [ { "from": "00:00", "to": "00:00", "toNextDay": true, "capacityPerTimeslot": 200 } ] } ] } }, "2": { "taxCalculationMethod": "OrderSummed", "title": { "value": "Default Store" }, "orderClasses": { "takeaway": { "menuDefinitionId": "DE_SUMMER_CAMPAIGN_2026" } }, "location": { "address": { "countryIsoCode": "SE" }, "position": { "latitude": 59.33274, "longitude": 18.07174 } }, "tzdbTimeZoneId": "Europe/Stockholm", "openingHours": [ { "conditions": [ { "type": "always" } ], "open": [ { "from": "08:00", "to": "14:00" } ] } ], "production": { "timeslotDuration": "PT10M", // ISO-8601 "orderCostEstimator": { "type": "PointsPerOrder" // OrderSlotProuctionCostEstimator == 1 }, "capacity": [ { "conditions": [ { "type": "specificdates", // m.fl. betweendates aso "dates": ["2020-06-05"] } ], "schedule": [ { "from": "00:00", "to": "00:00", "toNextDay": true, "capacityPerTimeslot": 200 } ] } ] }, "mappingDetails": { // mapping details for store mappings "omsStoreMapDetail": 123, "stsStoreMapDetail": { "revenuCenter": "abc123" } }, "stations": { "s1": { "staffTitle": { "value": "Kitchen", "translations": { "sv-SE": "Köket" } }, "staffDescription": { "value": "The big kitchen", "translations": { "sv-SE": "Stora köket" } }, "responsibilities": ["hot-food", "fries"] }, "s2": { "staffTitle": { "value": "Drinks station", "translations": { "sv-SE": "Dryckesstationen" } }, "staffDescription": { "value": "Drinks and cold food", "translations": { "sv-SE": "Drycker och kall mat" } }, "responsibilities": ["cold-food", "drinks"] } } } } }