{ "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-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-get-ui-customization-request-schema.json", "title": "GetUICustomizationRequest", "description": "GetUICustomizationRequest schema from Amazon Cognito" }