Skip to content

Load Request Missing Required.example

Generated from specification/schemas/examples/invalid/load-request-missing-required.example.json. Edit the canonical source file, not this page.

Download the source artifact

{
"_comment": "INVALID: missing required field 'originArea'",
"id": "018e8e9c-dead-7000-beef-000000000003",
"resourceVersion": 1,
"ownerOrganizationId": "org-shipper-co-001",
"createdAt": "2026-06-01T09:00:00Z",
"updatedAt": "2026-06-01T09:00:00Z",
"status": "published",
"destinationArea": {
"type": "Feature",
"geometry": { "type": "Point", "coordinates": [13.404954, 52.520008] },
"properties": { "radiusKm": 30 }
},
"requiredCapacity": { "weightKg": 12000 },
"pickupWindowStart": "2026-06-10T07:00:00Z",
"pickupWindowEnd": "2026-06-10T12:00:00Z",
"deliveryWindowStart": "2026-06-11T06:00:00Z",
"deliveryWindowEnd": "2026-06-11T18:00:00Z"
}