ListIdentityProvidersRequest schema from Amazon Cognito
{ "type": "object", "properties": { "UserPoolId": { "allOf": [ { "$ref": "#/components/schemas/UserPoolIdType" }, { "description": "The user pool ID." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/ListProvidersLimitType" }, { "description": "The maximum number of IdPs to return." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationKeyType" }, { "description": "A pagination token." } ] } }, "required": [ "UserPoolId" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-list-identity-providers-request-schema.json", "title": "ListIdentityProvidersRequest", "description": "ListIdentityProvidersRequest schema from Amazon Cognito" }