{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PhoneNumberConsentChannelSettings", "title": "PhoneNumberConsentChannelSettings", "type": "object", "properties": { "consent_type": { "description": "Consent Type Enum.", "type": "string", "enum": [ "phone_number_only", "promotional", "transactional" ], "nullable": true } } }