Amazon Cognito · Schema

SetUICustomizationResponse

SetUICustomizationResponse schema from Amazon Cognito API

AuthenticationIdentityOAuthOIDCSAMLUser ManagementFederated Identity

Properties

Name Type Description
UICustomization object
View JSON Schema on GitHub

JSON Schema

user-pools-set-ui-customization-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/user-pools-set-ui-customization-response-schema.json",
  "title": "SetUICustomizationResponse",
  "description": "SetUICustomizationResponse schema from Amazon Cognito API",
  "type": "object",
  "properties": {
    "UICustomization": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UICustomizationType"
        },
        {
          "description": "The UI customization information."
        }
      ]
    }
  },
  "required": [
    "UICustomization"
  ]
}