{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/identity-pools-merge-developer-identities-response-schema.json", "title": "MergeDeveloperIdentitiesResponse", "description": "Returned in response to a successful MergeDeveloperIdentities action.", "type": "object", "properties": { "IdentityId": { "allOf": [ { "$ref": "#/components/schemas/IdentityId" }, { "description": "A unique identifier in the format REGION:GUID." } ] } } }