Amazon Cognito · Schema

ChallengeResponseListType

ChallengeResponseListType schema from Amazon Cognito

AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC
View JSON Schema on GitHub

JSON Schema

cognito-idp-challenge-response-list-type-schema.json 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-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-schema/cognito-idp-challenge-response-list-type-schema.json",
  "title": "ChallengeResponseListType",
  "description": "ChallengeResponseListType schema from Amazon Cognito"
}