{ "type": "object", "description": "Response from a list membership change operation.", "properties": { "recordIdsAdded": { "type": "array", "example": [ "500123" ], "items": { "type": "string" } }, "recordIdsAlreadyMember": { "type": "array", "example": [ "500123" ], "items": { "type": "string" } }, "recordIdsRemoved": { "type": "array", "example": [ "500123" ], "items": { "type": "string" } }, "recordIdsMissing": { "type": "array", "example": [ "500123" ], "items": { "type": "string" } } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MembershipChangeResponse" }