Name of the phone notification provider
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PhoneProviderNameEnum", "title": "PhoneProviderNameEnum", "type": "string", "description": "Name of the phone notification provider", "minLength": 1, "maxLength": 100, "enum": [ "twilio", "custom" ] }