Amazon Cognito · JSON Structure

Cognito Idp Challenge Response List Type Structure

ChallengeResponseListType schema from Amazon Cognito

Type: array Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

ChallengeResponseListType is a JSON Structure definition published by Amazon Cognito. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "ChallengeName": {
        "allOf": [
          {
            "$ref": "#/components/schemas/ChallengeName"
          },
          {
            "description": "The challenge name."
          }
        ]
      },
      "ChallengeResponse": {
        "allOf": [
          {
            "$ref": "#/components/schemas/ChallengeResponse"
          },
          {
            "description": "The challenge response."
          }
        ]
      }
    },
    "description": "The challenge response type."
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-idp-challenge-response-list-type-structure.json",
  "name": "ChallengeResponseListType",
  "description": "ChallengeResponseListType schema from Amazon Cognito"
}