{ "$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-configuration-schema.json", "title": "CustomRoutingEndpointConfiguration", "description": "The list of endpoint objects. For custom routing, this is a list of virtual private cloud (VPC) subnet IDs.", "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. " } ] } } }