{ "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-structure.json", "name": "UnprocessedIdentityId" }