{ "type": "object", "description": "Request body for adding or removing list members.", "name": "MembershipChangeRequest", "properties": { "recordIdsToAdd": { "type": "array", "description": "The IDs of records to add to the list.", "items": { "type": "string" } }, "recordIdsToRemove": { "type": "array", "description": "The IDs of records to remove from the list.", "items": { "type": "string" } } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }