{ "type": "object", "properties": { "Delegates": { "allOf": [ { "$ref": "#/components/schemas/ResourceDelegates" }, { "description": "One page of the resource's delegates." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token used to paginate through the delegates associated with a resource. While results are still available, it has an associated value. When the last page is reached, the token is empty." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListResourceDelegatesResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-resource-delegates-response-schema.json", "description": "ListResourceDelegatesResponse schema from Amazon WorkMail API" }