{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PhoneProviderChannelEnum", "title": "PhoneProviderChannelEnum", "type": "string", "description": "This depicts the type of notifications this provider can receive.", "maxLength": 100, "enum": [ "phone" ] }