{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "AudioTranslationResponse", "type": "object", "description": "Response from audio translation.", "properties": { "text": { "type": "string", "description": "The translated text." } } }