{ "type": "object", "properties": { "Aliases": { "allOf": [ { "$ref": "#/components/schemas/Aliases" }, { "description": "The entity's paginated aliases." } ] }, "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-structure.org/meta/core/v0/#", "name": "ListAliasesResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-list-aliases-response-structure.json", "description": "ListAliasesResponse schema from Amazon WorkMail API" }