{
"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-structure.org/meta/core/v0/#",
"name": "ListAvailabilityConfigurationsResponse",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-list-availability-configurations-response-structure.json",
"description": "ListAvailabilityConfigurationsResponse schema from Amazon WorkMail API"
}