{ "type": "object", "required": [ "AliasId" ], "title": "DeleteConnectionAliasRequest", "properties": { "AliasId": { "allOf": [ { "$ref": "#/components/schemas/ConnectionAliasId" }, { "description": "The identifier of the connection alias to delete." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces/refs/heads/main/json-schema/workspaces-delete-connection-alias-request-schema.json", "description": "DeleteConnectionAliasRequest schema from Amazon WorkSpaces API" }