Enum to represent the type of the identity.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IdentityType", "title": "IdentityType", "type": "string", "enum": [ "org", "user", "other" ], "description": "Enum to represent the type of the identity." }