Capacity Offer Invalid Status.example
Generated from
specification/schemas/examples/invalid/capacity-offer-invalid-status.example.json. Edit the canonical source file, not this page.
{ "_comment": "INVALID: status 'invalid-status' is not in enum [draft, published, partiallyMatched, matched, withdrawn, expired, cancelled]", "id": "018e8e9c-dead-7000-beef-000000000002", "resourceVersion": 1, "ownerOrganizationId": "org-truck-co-001", "createdAt": "2026-06-01T08:00:00Z", "updatedAt": "2026-06-01T08:00:00Z", "status": "invalid-status", "originArea": { "type": "Feature", "geometry": { "type": "Point", "coordinates": [8.682127, 50.110924] }, "properties": { "radiusKm": 50 } }, "destinationArea": { "type": "Feature", "geometry": { "type": "Point", "coordinates": [13.404954, 52.520008] }, "properties": { "radiusKm": 50 } }, "vehicleSpec": { "vehicleBodyType": "tautliner" }, "departureWindowStart": "2026-06-10T06:00:00Z", "departureWindowEnd": "2026-06-10T18:00:00Z", "availableCapacity": { "weightKg": 24000 }}