{ "type": "object", "properties": { "ConnectionAliases": { "allOf": [ { "$ref": "#/components/schemas/ConnectionAliasList" }, { "description": "Information about the specified connection aliases." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The token to use to retrieve the next page of results. This value is null when there are no more results to return. " } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DescribeConnectionAliasesResult", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-describe-connection-aliases-result-schema.json", "description": "DescribeConnectionAliasesResult schema from Amazon WorkSpaces API" }