{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "EventInstance": { "@id": "ns:EventInstance", "@context": { "id": { "@id": "ns:id", "@type": "xsd:string" }, "eventType": { "@id": "ns:eventType", "@type": "xsd:string" }, "objectId": { "@id": "ns:objectId", "@type": "xsd:string" }, "objectType": { "@id": "ns:objectType", "@type": "xsd:string" }, "occurredAt": { "@id": "ns:occurredAt", "@type": "xsd:string" }, "properties": "ns:properties" } }, "EventInstanceCollection": { "@id": "ns:EventInstanceCollection", "@context": { "results": "ns:results", "paging": { "@id": "ns:paging", "@type": "xsd:string" } } }, "EventTypeCollection": { "@id": "ns:EventTypeCollection", "@context": { "eventTypes": "ns:eventTypes" } }, "Paging": { "@id": "ns:Paging", "@context": { "next": { "@id": "ns:next", "@type": "xsd:string" }, "prev": { "@id": "ns:prev", "@type": "xsd:string" } } }, "PagingNext": { "@id": "ns:PagingNext", "@context": { "after": { "@id": "ns:after", "@type": "xsd:string" }, "link": { "@id": "ns:link", "@type": "xsd:string" } } }, "PagingPrevious": { "@id": "ns:PagingPrevious", "@context": { "before": { "@id": "ns:before", "@type": "xsd:string" }, "link": { "@id": "ns:link", "@type": "xsd:string" } } }, "Error": { "@id": "ns:Error", "@context": { "category": { "@id": "ns:category", "@type": "xsd:string" }, "correlationId": { "@id": "ns:correlationId", "@type": "xsd:string" }, "message": { "@id": "ns:message", "@type": "xsd:string" }, "subCategory": { "@id": "ns:subCategory", "@type": "xsd:string" }, "context": "ns:context", "links": "ns:links", "errors": "ns:errors" } }, "ErrorDetail": { "@id": "ns:ErrorDetail", "@context": { "message": { "@id": "ns:message", "@type": "xsd:string" }, "code": { "@id": "ns:code", "@type": "xsd:string" }, "subCategory": { "@id": "ns:subCategory", "@type": "xsd:string" }, "in": { "@id": "ns:in", "@type": "xsd:string" }, "context": "ns:context" } } } }