{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "TranslationResponse", "type": "object", "properties": { "translation_text": { "type": "string", "description": "The translated text" } } }