{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-polly/refs/heads/main/json-structure/amazon-polly-start-speech-synthesis-task-output-structure.json", "name": "StartSpeechSynthesisTaskOutput", "description": "StartSpeechSynthesisTaskOutput schema from Amazon Polly API", "type": "object", "properties": { "SynthesisTask": { "allOf": [ { "$ref": "#/components/schemas/SynthesisTask" }, { "description": "SynthesisTask object that provides information and attributes about a newly submitted speech synthesis task." } ] } } }