{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "Company": { "@id": "ns:Company", "@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" }, "associations": "ns:associations" } }, "CollectionResponseCompany": { "@id": "ns:CollectionResponseCompany", "@context": { "results": "ns:results", "paging": { "@id": "ns:paging", "@type": "xsd:string" } } }, "BatchResponseCompany": { "@id": "ns:BatchResponseCompany", "@context": { "status": { "@id": "ns:status", "@type": "xsd:string" }, "results": "ns:results", "completedAt": { "@id": "ns:completedAt", "@type": "xsd:string" } } }, "SimplePublicObjectInput": { "@id": "ns:SimplePublicObjectInput", "@context": { "properties": "ns:properties" } }, "BatchReadInput": { "@id": "ns:BatchReadInput", "@context": { "properties": "ns:properties", "inputs": "ns:inputs" } }, "BatchCreateInput": { "@id": "ns:BatchCreateInput", "@context": { "inputs": "ns:inputs" } }, "BatchUpdateInput": { "@id": "ns:BatchUpdateInput", "@context": { "inputs": "ns:inputs" } }, "BatchArchiveInput": { "@id": "ns:BatchArchiveInput", "@context": { "inputs": "ns:inputs" } }, "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" } } }, "Association": { "@id": "ns:Association", "@context": { "id": { "@id": "ns:id", "@type": "xsd:string" }, "type": { "@id": "ns:type", "@type": "xsd:string" } } }, "CollectionResponseAssociation": { "@id": "ns:CollectionResponseAssociation", "@context": { "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" } } } } }