{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PhoneProviderDeliveryMethodEnum", "title": "PhoneProviderDeliveryMethodEnum", "type": "string", "description": "The delivery method for the notification", "minLength": 1, "maxLength": 10, "enum": [ "text", "voice" ] }