{ "@context": { "@version": 1.1, "xsd": "http://www.w3.org/2001/XMLSchema#", "schema": "https://schema.org/", "List": { "@id": "ns:List", "@context": { "listId": { "@id": "ns:listId", "@type": "xsd:string" }, "name": { "@id": "ns:name", "@type": "xsd:string" }, "listType": { "@id": "ns:listType", "@type": "xsd:string" }, "objectTypeId": { "@id": "ns:objectTypeId", "@type": "xsd:string" }, "processingStatus": { "@id": "ns:processingStatus", "@type": "xsd:string" }, "createdAt": { "@id": "ns:createdAt", "@type": "xsd:string" }, "updatedAt": { "@id": "ns:updatedAt", "@type": "xsd:string" }, "filterBranch": "ns:filterBranch", "memberCount": { "@id": "ns:memberCount", "@type": "xsd:integer" } } }, "CollectionResponseList": { "@id": "ns:CollectionResponseList", "@context": { "results": "ns:results", "paging": { "@id": "ns:paging", "@type": "xsd:string" } } }, "ListCreateRequest": { "@id": "ns:ListCreateRequest", "@context": { "name": { "@id": "ns:name", "@type": "xsd:string" }, "objectTypeId": { "@id": "ns:objectTypeId", "@type": "xsd:string" }, "processingType": { "@id": "ns:processingType", "@type": "xsd:string" }, "filterBranch": "ns:filterBranch" } }, "Membership": { "@id": "ns:Membership", "@context": { "recordId": { "@id": "ns:recordId", "@type": "xsd:string" }, "addedAt": { "@id": "ns:addedAt", "@type": "xsd:string" } } }, "CollectionResponseMembership": { "@id": "ns:CollectionResponseMembership", "@context": { "results": "ns:results", "paging": { "@id": "ns:paging", "@type": "xsd:string" } } }, "MembershipChangeRequest": { "@id": "ns:MembershipChangeRequest", "@context": { "recordIdsToAdd": "ns:recordIdsToAdd", "recordIdsToRemove": "ns:recordIdsToRemove" } }, "MembershipChangeResponse": { "@id": "ns:MembershipChangeResponse", "@context": { "recordIdsAdded": "ns:recordIdsAdded", "recordIdsAlreadyMember": "ns:recordIdsAlreadyMember", "recordIdsRemoved": "ns:recordIdsRemoved", "recordIdsMissing": "ns:recordIdsMissing" } }, "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" } } } } }