{
"resources": [
{
"id": "team-two-person",
"vehicleProfile": { "type": "truck" },
"capacities": { "weight": 1200 },
"skills": ["team_of_two_required"],
"cost": { "costsByCapacity": { "revenue": { "costFloor": 650, "costCoeff": 1 } } }
},
{
"id": "team-solo",
"vehicleProfile": { "type": "truck" },
"capacities": { "weight": 1200 },
"tags": ["equipment:solo-no-dolly"]
}
],
"orders": [
{
"id": "order-heavy-item",
"stops": [
{
"type": "single",
"id": "stop-heavy-item",
"position": { "lon": 2.435, "lat": 48.805 },
"kind": "delivery",
"operationDuration": "PT40M",
"capacities": { "weight": 90, "weight_delivery": 90, "weight_pickup": 0 },
"tags": ["job:heavy-item"]
}
],
"requiredSkills": ["team_of_two_required"]
},
{
"id": "order-customer-return",
"stops": [
{
"type": "single",
"id": "stop-customer-return",
"position": { "lon": 2.39, "lat": 48.81 },
"kind": "pickup",
"operationDuration": "PT15M",
"capacities": { "weight": 180, "weight_pickup": 180, "weight_delivery": 0 }
}
]
},
{
"id": "order-subcontracted-drop",
"stops": [
{
"type": "single",
"id": "stop-subcontracted-drop",
"position": { "lon": 2.425, "lat": 48.817 },
"kind": "delivery",
"operationDuration": "PT15M",
"capacities": { "revenue": 40, "weight": 50, "weight_delivery": 50, "weight_pickup": 0 }
}
]
}
],
"additionalConstraints": [
{
"type": "atLeastOneConstraint",
"constraints": [
{ "type": "atLeastOneValidCapacity", "capacities": { "weight_pickup": 0, "weight_delivery": 1200 } },
{ "type": "atLeastOneValidCapacity", "capacities": { "weight_pickup": 1200, "weight_delivery": 400 } }
],
"name": "customer-return-once-under-400kg"
}
],
"additionalOperationDurations": [
{ "resourceTag": "equipment:solo-no-dolly", "stopTag": "job:heavy-item", "additionalOperationDuration": "PT20M" }
]
}