{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-polly/refs/heads/main/json-schema/amazon-polly-get-speech-synthesis-task-output-schema.json", "title": "GetSpeechSynthesisTaskOutput", "description": "GetSpeechSynthesisTaskOutput schema from Amazon Polly API", "type": "object", "properties": { "SynthesisTask": { "allOf": [ { "$ref": "#/components/schemas/SynthesisTask" }, { "description": "SynthesisTask object that provides information from the requested task, including output format, creation time, task status, and so on." } ] } } }