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