{
"resources": [
{
"id": "truck-1",
"vehicleProfile": { "type": "truck", "withTraffic": true },
"capacities": { "weight": 1200, "ambiant": 400, "frozen": 250 },
"preferredStopTags": ["zone:usual-sector-7"],
"tags": ["driver", "bi-temperature"]
},
{
"id": "driver-1",
"vehicleProfile": { "type": "truck" },
"tags": ["driver"]
}
],
"orders": [
{
"id": "order-ambient",
"stops": [
{ "type": "single", "id": "stop-pickup-ambient", "position": { "lon": 2.295, "lat": 48.872 }, "kind": "pickup", "operationDuration": "PT5M", "capacities": { "ambiant": 40 } },
{ "type": "single", "id": "stop-ambient", "position": { "lon": 2.31, "lat": 48.882 }, "kind": "delivery", "operationDuration": "PT6M", "capacities": { "ambiant": 40 } }
],
"successiveStops": true
},
{
"id": "order-frozen",
"stops": [
{ "type": "single", "id": "stop-pickup-frozen", "position": { "lon": 2.295, "lat": 48.872 }, "kind": "pickup", "operationDuration": "PT5M", "capacities": { "frozen": 20 } },
{ "type": "single", "id": "stop-frozen", "position": { "lon": 2.305, "lat": 48.854 }, "kind": "delivery", "operationDuration": "PT6M", "capacities": { "frozen": 20 } }
],
"successiveStops": true
},
{
"id": "order-afternoon-delivery",
"stops": [
{
"type": "single",
"id": "stop-afternoon-delivery",
"position": { "lon": 2.32, "lat": 48.867 },
"kind": "delivery",
"operationDuration": "PT8M",
"capacities": { "ambiant": 10 },
"tags": ["zone:usual-sector-7"]
}
]
},
{
"id": "order-keychain-0",
"stops": [
{
"type": "single",
"id": "stop-keychain-0",
"position": { "lon": 2.31, "lat": 48.882 },
"kind": "delivery",
"operationDuration": "PT5M",
"tags": ["keychain:trusted-set-1"],
"preferredTimeWindows": [{ "begin": "2026-08-03T06:30:00Z", "end": "2026-08-03T08:00:00Z" }]
}
]
},
{
"id": "order-keychain-1",
"stops": [
{
"type": "single",
"id": "stop-keychain-1",
"position": { "lon": 2.275, "lat": 48.88 },
"kind": "delivery",
"operationDuration": "PT5M",
"tags": ["keychain:trusted-set-1"],
"preferredTimeWindows": [{ "begin": "2026-08-03T06:30:00Z", "end": "2026-08-03T08:00:00Z" }]
}
]
}
],
"additionalConstraints": [
{
"type": "atLeastOneValidCapacity",
"capacities": { "frozen": 0, "ambiant": 0 },
"name": "bi-temperature-single-mode-at-a-time",
"resourceTags": ["bi-temperature"]
}
],
"globalConstraints": [
{
"type": "maxCumulatedCost",
"maximum": 1,
"costsByResourceTag": {
"driver": {
"costsByStopTag": { "keychain:trusted-set-1": { "using": 1 } }
}
},
"name": "one-driver-per-key-set"
}
]
}