{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventStreamCloudEventUserDeletedObjectIdentitiesItemCustomUserId", "title": "EventStreamCloudEventUserDeletedObjectIdentitiesItemCustomUserId", "description": "The IDP-specific identifer for the user.", "anyOf": [ { "type": "string" }, { "type": "integer" } ] }