{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-schema/global-accelerator-describe-custom-routing-endpoint-group-response-schema.json", "title": "DescribeCustomRoutingEndpointGroupResponse", "description": "DescribeCustomRoutingEndpointGroupResponse schema from Amazon Global Accelerator API", "type": "object", "properties": { "EndpointGroup": { "allOf": [ { "$ref": "#/components/schemas/CustomRoutingEndpointGroup" }, { "description": "The description of an endpoint group for a custom routing accelerator." } ] } } }