{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustom", "title": "EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustom", "type": "object", "description": "The identity object for custom identity providers.", "additionalProperties": false, "required": [ "connection", "user_id", "provider", "isSocial" ], "properties": { "connection": { "type": "string", "description": "Name of the connection containing this identity.", "pattern": "^[a-zA-Z0-9](-[a-zA-Z0-9]|[a-zA-Z0-9])*$" }, "user_id": { "$ref": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomUserId" }, "profileData": { "$ref": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomProfileData" }, "provider": { "$ref": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomProviderEnum" }, "isSocial": { "$ref": "#/components/schemas/EventStreamCloudEventUserUpdatedObjectIdentitiesItemCustomIsSocialEnum" } } }