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