{ "$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-cidr-authorization-context-schema.json", "title": "CidrAuthorizationContext", "description": "
Provides authorization for Amazon to bring a specific IP address range to a specific Amazon Web Services account using bring your own IP addresses (BYOIP).
For more information, see Bring your own IP addresses (BYOIP) in the Global Accelerator Developer Guide.
", "type": "object", "properties": { "Message": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "The plain-text authorization message for the prefix and account." } ] }, "Signature": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "The signed authorization message for the prefix and account." } ] } }, "required": [ "Message", "Signature" ] }