{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-get-identity-provider-by-identifier-response-structure.json", "name": "GetIdentityProviderByIdentifierResponse", "description": "GetIdentityProviderByIdentifierResponse schema from Amazon Cognito API", "type": "object", "properties": { "IdentityProvider": { "allOf": [ { "$ref": "#/components/schemas/IdentityProviderType" }, { "description": "The identity provider details." } ] } }, "required": [ "IdentityProvider" ] }