{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-voice-channel-request-schema.json", "title": "VoiceChannelRequest", "description": "Specifies the status and settings of the voice channel for an application.", "type": "object", "properties": { "Enabled": { "allOf": [ { "$ref": "#/components/schemas/__boolean" }, { "description": "Specifies whether to enable the voice channel for the application." } ] } } }