Amazon Cognito · JSON Structure

Cognito Identity Identity Id List Structure

IdentityIdList schema from Amazon Cognito

Type: array Properties: 0
AuthenticationAuthorizationIdentityIdentity ProviderOAuth2OIDC

IdentityIdList 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": "string",
    "pattern": "[\\w-]+:[0-9a-f-]+",
    "minLength": 1,
    "maxLength": 55
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-cognito/refs/heads/main/json-structure/cognito-identity-identity-id-list-structure.json",
  "name": "IdentityIdList",
  "description": "IdentityIdList schema from Amazon Cognito"
}