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