{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "SearchRequest": { "@id": "ns:SearchRequest", "@context": { "filterGroups": "ns:filterGroups", "sorts": "ns:sorts", "query": { "@id": "ns:query", "@type": "xsd:string" }, "properties": "ns:properties", "limit": { "@id": "ns:limit", "@type": "xsd:integer" }, "after": { "@id": "ns:after", "@type": "xsd:string" } } }, "FilterGroup": { "@id": "ns:FilterGroup", "@context": { "filters": "ns:filters" } }, "Filter": { "@id": "ns:Filter", "@context": { "propertyName": { "@id": "ns:propertyName", "@type": "xsd:string" }, "operator": { "@id": "ns:operator", "@type": "xsd:string" }, "value": { "@id": "ns:value", "@type": "xsd:string" }, "highValue": { "@id": "ns:highValue", "@type": "xsd:string" }, "values": "ns:values" } }, "Sort": { "@id": "ns:Sort", "@context": { "propertyName": { "@id": "ns:propertyName", "@type": "xsd:string" }, "direction": { "@id": "ns:direction", "@type": "xsd:string" } } }, "CRMObject": { "@id": "ns:CRMObject", "@context": { "id": { "@id": "ns:id", "@type": "xsd:string" }, "properties": "ns:properties", "createdAt": { "@id": "ns:createdAt", "@type": "xsd:string" }, "updatedAt": { "@id": "ns:updatedAt", "@type": "xsd:string" }, "archived": { "@id": "ns:archived", "@type": "xsd:boolean" } } }, "SearchResponse": { "@id": "ns:SearchResponse", "@context": { "total": { "@id": "ns:total", "@type": "xsd:integer" }, "results": "ns:results", "paging": { "@id": "ns:paging", "@type": "xsd:string" } } }, "Paging": { "@id": "ns:Paging", "@context": { "next": "ns:next" } }, "Error": { "@id": "ns:Error", "@context": { "status": { "@id": "ns:status", "@type": "xsd:string" }, "message": { "@id": "ns:message", "@type": "xsd:string" }, "correlationId": { "@id": "ns:correlationId", "@type": "xsd:string" }, "category": { "@id": "ns:category", "@type": "xsd:string" }, "errors": "ns:errors" } } } }