{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PhoneTemplateNotificationTypeEnum", "title": "PhoneTemplateNotificationTypeEnum", "type": "string", "maxLength": 255, "enum": [ "otp_verify", "otp_enroll", "change_password", "blocked_account", "password_breach" ] }