"shift_start": "2021-08-24T09:00:00-06:00",
// Vehicle can carry 1000 kg weight and offers 15000 liter loading volume
"capacity": { "weight": 1000, "volume": 15000 }
// Vehicle can carry 400 kg weight and offers 600 liter loading volume
"capacity": { "weight": 400, "volume": 600 }
"position": { "lon": 7.6129, "lat": 51.957 },
"precedes": "order-1-dropoff",
// order-1: transport items of 1000 kg weight with 400 liter volume
"quantity": { "weight": -1000, "volume": -400 }
"position": { "lon": 7.6166, "lat": 51.9635 },
"quantity": { "weight": 1000, "volume": 400 }
"position": { "lon": 7.6258, "lat": 51.9624 },
"precedes": "order-2-dropoff",
// order-2: transport items of 200 kg weight with 100 liter volume
"quantity": { "weight": -200, "volume": -100 }
"position": { "lon": 7.6386, "lat": 51.9449 },
"quantity": { "weight": 200, "volume": 100 }