{ "type": "object", "properties": { "identityProviders": { "allOf": [ { "$ref": "#/components/schemas/IdentityProviderList" }, { "description": "The identity providers." } ] }, "nextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "The pagination token used to retrieve the next page of results for this operation." } ] } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ListIdentityProvidersResponse", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workspaces-web/refs/heads/main/json-schema/workspaces-web-list-identity-providers-response-schema.json", "description": "ListIdentityProvidersResponse schema from Amazon WorkSpaces Web API" }