Skip to content

Commit 5780008

Browse files
committed
fix types
1 parent c7ec533 commit 5780008

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11325,7 +11325,7 @@ components:
1132511325
type: string
1132611326
description: The language of the input audio.
1132711327
duration:
11328-
type: float
11328+
type: number
1132911329
description: The duration of the input audio.
1133011330
text:
1133111331
type: string
@@ -11408,7 +11408,7 @@ components:
1140811408
type: string
1140911409
description: The language of the output translation (always `english`).
1141011410
duration:
11411-
type: float
11411+
type: number
1141211412
description: The duration of the input audio.
1141311413
text:
1141411414
type: string

0 commit comments

Comments
 (0)