{ "type": "object", "properties": { "UserPool": { "allOf": [ { "$ref": "#/components/schemas/UserPoolType" }, { "description": "A container for the user pool details." } ] } }, "description": "Represents the response from the server for the request to create a user pool.", "$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-create-user-pool-response-schema.json", "title": "CreateUserPoolResponse" }