{ "$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-create-accelerator-response-schema.json", "title": "CreateAcceleratorResponse", "description": "CreateAcceleratorResponse schema from Amazon Global Accelerator API", "type": "object", "properties": { "Accelerator": { "allOf": [ { "$ref": "#/components/schemas/Accelerator" }, { "description": "The accelerator that is created by specifying a listener and the supported IP address types." } ] } } }