{
  "@context": {
    "api": "https://onerecord.iata.org/ns/api#",
    "xsd": "http://www.w3.org/2001/XMLSchema#"
  },
  "@type": "api:Error",
  "@id": "internal:0718c430-6909-48d8-a9a4-a2828b167a68",
  "api:hasTitle": "Invalid Logistics Event",
  "api:hasErrorDetail": [
    {
      "@type": "api:ErrorDetail",
      "@id": "internal:26d9c4d5-cb19-4c36-80dd-c865f442249d",
      "api:hasCode": "400",
      "api:hasMessage": "The cargo:eventFor property is required and MUST contain at least one Logistics Object reference when using the POST /logistics-events endpoint."
    }
  ]
}