{ "$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-accelerator-attributes-response-schema.json", "title": "DescribeCustomRoutingAcceleratorAttributesResponse", "description": "DescribeCustomRoutingAcceleratorAttributesResponse schema from Amazon Global Accelerator API", "type": "object", "properties": { "AcceleratorAttributes": { "allOf": [ { "$ref": "#/components/schemas/CustomRoutingAcceleratorAttributes" }, { "description": "The attributes of the custom routing accelerator." } ] } } }