{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/identity-pools-list-identity-pools-response-schema.json", "title": "ListIdentityPoolsResponse", "description": "The result of a successful ListIdentityPools action.", "type": "object", "properties": { "IdentityPools": { "allOf": [ { "$ref": "#/components/schemas/IdentityPoolsList" }, { "description": "The identity pools returned by the ListIdentityPools action." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationKey" }, { "description": "A pagination token." } ] } } }