{
   "@context": {
      "api": "https://onerecord.iata.org/ns/api#"
   },
   "@type": "api:VerificationRequest",
   "@id": "https://1r.example.com/action-requests/e4cf1ea5-96fc-4025-be21-159b779e3200",
   "api:hasVerification": {
      "@type": "api:Verification",
      "api:hasLogisticsObject": {
         "@id": "https://1r.example.com/logistics-objects/1a8ded38-1804-467c-a369-81a411416b7c"
      },
      "api:hasError": [
         {
            "@type": "api:Error",
            "api:hasTitle": "Empty goodsDescription. Please use goodsDescription to specify the description of the cargo",
            "api:hasSeverity": {
               "@id": "api:WARNING"
            },   
            "api:hasErrorDetail": {
               "@type": "api:ErrorDetail",
               "api:hasProperty": {
                  "@value": "https://onerecord.iata.org/ns/cargo#goodsDescription",
                  "@type": "xsd:anyURI"
               }
            }
         }
      ],
      "api:hasRevision": {
         "@type": "http://www.w3.org/2001/XMLSchema#positiveInteger",
         "@value": "1"
      },
      "api:notifyRequestStatusChange": true
   },
   "api:isRequestedBy": {
      "@id": "https://1r.example.com/logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda"
   },
   "api:hasRequestStatus": {
      "@id": "api:REQUEST_PENDING"
   },
   "api:isRequestedAt": {
      "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
      "@value": "2024-01-20T10:38:01.000Z"
   }
}