diff --git a/openapi.yaml b/openapi.yaml index e8dd678..8b0b61c 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10244,19 +10244,11 @@ components: AudioTranscriptionVerboseJsonResponse: type: object required: - - task - language - duration - text - segments properties: - task: - type: string - description: The task performed - enum: - - transcribe - - translate - example: transcribe language: type: string description: The language of the audio @@ -10460,19 +10452,11 @@ components: AudioTranslationVerboseJsonResponse: type: object required: - - task - language - duration - text - segments properties: - task: - type: string - description: The task performed - enum: - - transcribe - - translate - example: translate language: type: string description: The target language of the translation