{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SMSChannel", "title": "SMSChannel", "type": "object", "properties": { "marketing": { "description": "The SMS marketing subscription.", "$ref": "#/components/schemas/SMSMarketing", "nullable": true }, "transactional": { "description": "The SMS transactional subscription.", "$ref": "#/components/schemas/SMSTransactional", "nullable": true } } }