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