{ "type": "object", "properties": { "UICustomization": { "allOf": [ { "$ref": "#/components/schemas/UICustomizationType" }, { "description": "The UI customization information." } ] } }, "required": [ "UICustomization" ], "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-set-ui-customization-response-structure.json", "name": "SetUICustomizationResponse", "description": "SetUICustomizationResponse schema from Amazon Cognito" }