{ "type": "object", "properties": { "UserPoolId": { "allOf": [ { "$ref": "#/components/schemas/UserPoolIdType" }, { "description": "The user pool ID for the user pool." } ] }, "ClientId": { "allOf": [ { "$ref": "#/components/schemas/ClientIdType" }, { "description": "The client ID for the client app." } ] } }, "required": [ "UserPoolId" ], "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-get-ui-customization-request-structure.json", "name": "GetUICustomizationRequest", "description": "GetUICustomizationRequest schema from Amazon Cognito" }