{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "TranscriptionResponse", "type": "object", "properties": { "text": { "type": "string" }, "task": { "type": "string" }, "language": { "type": "string" }, "duration": { "type": "number" }, "words": { "type": "array" }, "segments": { "type": "array" } } }