{ "type": "object", "properties": { "Permissions": { "allOf": [ { "$ref": "#/components/schemas/Permissions" }, { "description": "One page of the user, group, or resource mailbox permissions." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to use to retrieve the next page of results. The value is \"null\" when there are no more results to return." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListMailboxPermissionsResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-mailbox-permissions-response-schema.json", "description": "ListMailboxPermissionsResponse schema from Amazon WorkMail API" }