{ "$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-custom-routing-endpoint-description-schema.json", "title": "CustomRoutingEndpointDescription", "description": "A complex type for an endpoint for a custom routing accelerator. Each endpoint group can include one or more endpoints, which are virtual private cloud (VPC) subnets.", "type": "object", "properties": { "EndpointId": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "An ID for the endpoint. For custom routing accelerators, this is the virtual private cloud (VPC) subnet ID. " } ] } } }