{ "$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-advertise-byoip-cidr-request-schema.json", "title": "AdvertiseByoipCidrRequest", "description": "AdvertiseByoipCidrRequest schema from Amazon Global Accelerator API", "type": "object", "properties": { "Cidr": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "The address range, in CIDR notation. This must be the exact range that you provisioned. You can't advertise only a portion of the provisioned range." } ] } }, "required": [ "Cidr" ] }