{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItem", "title": "EventStreamCloudEventUserCreatedObjectIdentitiesItem", "description": "Identity object when accounts are linked.", "oneOf": [ { "$ref": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItemCustom" }, { "$ref": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItemDatabase" }, { "$ref": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItemEnterprise" }, { "$ref": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItemPasswordless" }, { "$ref": "#/components/schemas/EventStreamCloudEventUserCreatedObjectIdentitiesItemSocial" } ] }