{ "$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-list-custom-routing-accelerators-response-schema.json", "title": "ListCustomRoutingAcceleratorsResponse", "description": "ListCustomRoutingAcceleratorsResponse schema from Amazon Global Accelerator API", "type": "object", "properties": { "Accelerators": { "allOf": [ { "$ref": "#/components/schemas/CustomRoutingAccelerators" }, { "description": "The list of custom routing accelerators for a customer account." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "The token for the next set of results. You receive this token from a previous call." } ] } } }