{
"resources": [
{
"id": "driver-key-holder",
"vehicleProfile": { "type": "car" },
"tags": ["driver", "key-holder"],
"cost": { "km": { "costCoeff": 1.2 } }
},
{
"id": "van-subcontractor-a",
"vehicleProfile": { "type": "car" },
"maxDistanceInKm": 25,
"priority": -1,
"cost": { "km": { "costCoeff": 0.6 }, "using": 80 }
}
],
"orders": [
{
"id": "order-locker-site",
"stops": [
{
"type": "single",
"id": "stop-locker-site",
"position": { "lon": 2.318, "lat": 48.861 },
"kind": "delivery",
"operationDuration": "PT5M",
"authorizedTimeWindows": [
{ "begin": "2026-08-03T06:00:00Z", "end": "2026-08-03T20:00:00Z", "resourceTags": ["key-holder"] },
{ "begin": "2026-08-03T09:00:00Z", "end": "2026-08-03T17:00:00Z" }
]
}
]
},
{
"id": "order-store-1",
"stops": [
{
"type": "single",
"id": "stop-store-1",
"position": { "lon": 2.335, "lat": 48.897 },
"kind": "delivery",
"operationDuration": "PT15M",
"authorizedTimeWindows": [{ "begin": "2026-08-03T05:00:00Z", "end": "2026-08-03T07:00:00Z" }]
}
]
},
{
"id": "order-keychain-0",
"stops": [
{
"type": "single",
"id": "stop-keychain-0",
"position": { "lon": 2.345, "lat": 48.885 },
"kind": "delivery",
"operationDuration": "PT5M",
"tags": ["keychain:trusted-set-1"],
"preferredTimeWindows": [{ "begin": "2026-08-03T06:30:00Z", "end": "2026-08-03T08:00:00Z" }]
}
]
}
],
"globalConstraints": [
{
"type": "maxCumulatedCost",
"maximum": 1,
"costsByResourceTag": {
"driver": { "costsByStopTag": { "keychain:trusted-set-1": { "using": 1 } } }
},
"name": "one-driver-per-key-set"
}
]
}