{ "type": "object", "properties": { "AvailabilityConfigurations": { "allOf": [ { "$ref": "#/components/schemas/AvailabilityConfigurationList" }, { "description": "The list of AvailabilityConfiguration's that exist for the specified WorkMail organization." } ] }, "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 further results to return." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListAvailabilityConfigurationsResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-list-availability-configurations-response-schema.json", "description": "ListAvailabilityConfigurationsResponse schema from Amazon WorkMail API" }