{ "$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-list-byoip-cidrs-request-structure.json", "name": "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." } ] } } }