Amazon Cognito · JSON Structure

Cognito Idp Set Ui Customization Response Structure

SetUICustomizationResponse schema from Amazon Cognito

Type: object Properties: 1 Required: 1
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

SetUICustomizationResponse is a JSON Structure definition published by Amazon Cognito, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

UICustomization

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "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"
}