Amazon Cognito · JSON Structure

Cognito Identity Unprocessed Identity Id List Structure

UnprocessedIdentityIdList schema from Amazon Cognito

Type: array Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

UnprocessedIdentityIdList 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": {
      "IdentityId": {
        "allOf": [
          {
            "$ref": "#/components/schemas/IdentityId"
          },
          {
            "description": "A unique identifier in the format REGION:GUID."
          }
        ]
      },
      "ErrorCode": {
        "allOf": [
          {
            "$ref": "#/components/schemas/ErrorCode"
          },
          {
            "description": "The error code indicating the type of error that occurred."
          }
        ]
      }
    },
    "description": "An array of UnprocessedIdentityId objects, each of which contains an ErrorCode and IdentityId."
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-identity-unprocessed-identity-id-list-structure.json",
  "name": "UnprocessedIdentityIdList",
  "description": "UnprocessedIdentityIdList schema from Amazon Cognito"
}