{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-get-voice-template-response-structure.json", "name": "GetVoiceTemplateResponse", "description": "GetVoiceTemplateResponse schema from Amazon Pinpoint API", "type": "object", "properties": { "VoiceTemplateResponse": { "$ref": "#/components/schemas/VoiceTemplateResponse" } }, "required": [ "VoiceTemplateResponse" ] }