{ "type": "object", "properties": { "MailDomains": { "allOf": [ { "$ref": "#/components/schemas/MailDomains" }, { "description": "The list of mail domain summaries, specifying domains that exist in the specified WorkMail organization, along with the information about whether the domain is or isn't the default." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/NextToken" }, { "description": "The token to use to retrieve the next page of results. The value becomes null when there are no more results to return." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListMailDomainsResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-mail-domains-response-schema.json", "description": "ListMailDomainsResponse schema from Amazon WorkMail API" }