{ "$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-list-byoip-cidrs-request-schema.json", "title": "ListByoipCidrsRequest", "description": "ListByoipCidrsRequest schema from Amazon Global Accelerator API", "type": "object", "properties": { "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/MaxResults" }, { "description": "The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "The token for the next page of results." } ] } } }