{
"resources": [
{
"id": "truck-hazmat-1",
"vehicleProfile": {
"type": "truck",
"grossWeight": 19000,
"avoidTollRoad": true,
"avoidTunnel": true,
"tunnelCategory": "C",
"shippedHazardousGoods": ["harmfulToWater"]
},
"capacities": { "weight": 9000, "volume": 20, "containers": 40 },
"skills": ["hazmat-certified", "hoist-equipped"]
},
{ "id": "truck-standard-1", "vehicleProfile": { "type": "truck" } }
],
"orders": [
{
"id": "order-hazmat-site",
"stops": [
{
"type": "single",
"id": "stop-hazmat-site",
"position": { "lon": 2.435, "lat": 48.84 },
"kind": "delivery",
"operationDuration": "PT15M",
"tags": ["material:hazardous"]
}
],
"requiredSkills": ["hazmat-certified", "hoist-equipped"]
},
{
"id": "order-organic",
"stops": [
{
"type": "single",
"id": "stop-organic",
"position": { "lon": 2.465, "lat": 48.814 },
"kind": "delivery",
"operationDuration": "PT8M",
"tags": ["material:organic"]
}
]
},
{
"id": "order-glass",
"stops": [
{
"type": "single",
"id": "stop-glass",
"position": { "lon": 2.443, "lat": 48.818 },
"kind": "delivery",
"operationDuration": "PT8M",
"tags": ["material:glass"]
}
]
},
{
"id": "order-collection-round",
"stops": [
{
"type": "single",
"id": "stop-collection-round",
"position": { "lon": 2.46, "lat": 48.854 },
"kind": "pickup",
"operationDuration": "PT25M",
"capacities": { "volume": 18 }
},
{
"id": "stop-disposal-alternatives",
"type": "alternatives",
"alternatives": [
{ "type": "single", "id": "stop-disposal-site-a", "position": { "lon": 2.447, "lat": 48.806 }, "kind": "delivery", "operationDuration": "PT10M", "capacities": { "volume": 18 } },
{ "type": "single", "id": "stop-disposal-site-b", "position": { "lon": 2.47, "lat": 48.842 }, "kind": "delivery", "operationDuration": "PT10M", "capacities": { "volume": 18 } },
{ "type": "single", "id": "stop-disposal-site-c", "position": { "lon": 2.435, "lat": 48.84 }, "kind": "delivery", "operationDuration": "PT10M", "capacities": { "volume": 18 } }
]
}
]
}
],
"additionalConstraints": [
{
"type": "incompatibleStopTags",
"stopTags": ["material:organic", "material:hazardous"],
"name": "no-organic-with-hazardous"
}
],
"setupDurations": [
{ "fromStopTag": "material:organic", "toStopTag": "material:glass", "setupDuration": "PT12M" }
]
}