{ "type": "object", "description": "A paginated list of list memberships.", "name": "CollectionResponseMembership", "properties": { "results": { "type": "array", "items": { "type": "object", "description": "A list membership record.", "properties": { "recordId": { "type": "string", "description": "The ID of the CRM record that is a member of the list." }, "addedAt": { "type": "datetime", "description": "The date and time the record was added to the list." } } } }, "paging": { "type": "object", "description": "Pagination information.", "properties": { "next": { "type": "object", "properties": { "after": { "type": "string" } } } } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }