SetUICustomizationRequest schema from Amazon Cognito
{ "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." } ] }, "CSS": { "allOf": [ { "$ref": "#/components/schemas/CSSType" }, { "description": "The CSS values in the UI customization." } ] }, "ImageFile": { "allOf": [ { "$ref": "#/components/schemas/ImageFileType" }, { "description": "The uploaded logo image for the UI customization." } ] } }, "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-set-ui-customization-request-schema.json", "title": "SetUICustomizationRequest", "description": "SetUICustomizationRequest schema from Amazon Cognito" }