{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/user-pools-describe-user-pool-response-structure.json", "name": "DescribeUserPoolResponse", "description": "Represents the response to describe the user pool.", "type": "object", "properties": { "UserPool": { "allOf": [ { "$ref": "#/components/schemas/UserPoolType" }, { "description": "The container of metadata returned by the server to describe the pool." } ] } } }