{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "CreateTranslationRequest", "type": "object", "properties": { "file": { "type": "string" }, "model": { "type": "string" }, "prompt": { "type": "string" }, "response_format": { "type": "string" }, "temperature": { "type": "number" } } }