{ "$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-add-endpoints-response-schema.json", "title": "AddEndpointsResponse", "description": "AddEndpointsResponse schema from Amazon Global Accelerator API", "type": "object", "properties": { "EndpointDescriptions": { "allOf": [ { "$ref": "#/components/schemas/EndpointDescriptions" }, { "description": "The list of endpoint objects." } ] }, "EndpointGroupArn": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "The Amazon Resource Name (ARN) of the endpoint group." } ] } } }