{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-interactive-video-service/refs/heads/main/json-schema/ivs-list-playback-key-pairs-request-schema.json", "title": "ListPlaybackKeyPairsRequest", "description": "ListPlaybackKeyPairsRequest schema", "type": "object", "properties": { "maxResults": { "allOf": [ { "$ref": "#/components/schemas/MaxPlaybackKeyPairResults" }, { "description": "Maximum number of key pairs to return. Default: your service quota or 100, whichever is smaller." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The first key pair to retrieve. This is used for pagination; see the nextToken response field." } ] } } }