{ "type": "object", "properties": { "IdentityProvider": { "allOf": [ { "$ref": "#/components/schemas/IdentityProviderType" }, { "description": "The identity provider details." } ] } }, "required": [ "IdentityProvider" ], "$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-get-identity-provider-by-identifier-response-schema.json", "title": "GetIdentityProviderByIdentifierResponse", "description": "GetIdentityProviderByIdentifierResponse schema from Amazon Cognito" }