{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItem", "title": "EventStreamCloudEventUserUpdatedObjectIdentitiesItem", "description": "Identity object when accounts are linked.", "oneOf": [ { "$ref": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustom" }, { "$ref": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemDatabase" }, { "$ref": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemEnterprise" }, { "$ref": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemPasswordless" }, { "$ref": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemSocial" } ] }