{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-voice-channel-request-structure.json", "name": "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." } ] } } }