{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-global-accelerator/refs/heads/main/json-structure/global-accelerator-provision-byoip-cidr-request-structure.json", "name": "ProvisionByoipCidrRequest", "description": "ProvisionByoipCidrRequest schema from Amazon Global Accelerator API", "type": "object", "properties": { "Cidr": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "The public IPv4 address range, in CIDR notation. The most specific IP prefix that you can specify is /24. The address range cannot overlap with another address range that you've brought to this or another Region." } ] }, "CidrAuthorizationContext": { "allOf": [ { "$ref": "#/components/schemas/CidrAuthorizationContext" }, { "description": "A signed document that proves that you are authorized to bring the specified IP address range to Amazon using BYOIP. " } ] } }, "required": [ "Cidr", "CidrAuthorizationContext" ] }