File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3586,7 +3586,7 @@ types:
3586
3586
validation :
3587
3587
min : 0
3588
3588
max : 1
3589
- audio_duration : integer
3589
+ audio_duration : double
3590
3590
sentences : list<TranscriptSentence>
3591
3591
TranscriptParagraph :
3592
3592
properties :
@@ -3616,7 +3616,7 @@ types:
3616
3616
validation :
3617
3617
min : 0
3618
3618
max : 1
3619
- audio_duration : integer
3619
+ audio_duration : double
3620
3620
paragraphs : list<TranscriptParagraph>
3621
3621
PageDetails :
3622
3622
docs : >-
Original file line number Diff line number Diff line change 3
3
"info" : {
4
4
"title" : " AssemblyAI API" ,
5
5
"description" : " AssemblyAI API" ,
6
- "version" : " 1.3.0 " ,
6
+ "version" : " 1.3.1 " ,
7
7
"termsOfService" : " https://www.assemblyai.com/legal/terms-of-service" ,
8
8
"contact" : {
9
9
"name" : " API Support" ,
5419
5419
},
5420
5420
"audio_duration" : {
5421
5421
"x-label" : " Audio duration" ,
5422
- "type" : " integer "
5422
+ "type" : " number "
5423
5423
},
5424
5424
"sentences" : {
5425
5425
"x-label" : " Sentences" ,
5624
5624
},
5625
5625
"audio_duration" : {
5626
5626
"x-label" : " Audio duration" ,
5627
- "type" : " integer "
5627
+ "type" : " number "
5628
5628
},
5629
5629
"paragraphs" : {
5630
5630
"x-label" : " Paragraphs" ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ openapi: 3.1.0
3
3
info :
4
4
title : AssemblyAI API
5
5
description : AssemblyAI API
6
- version : 1.3.0
6
+ version : 1.3.1
7
7
termsOfService : https://www.assemblyai.com/legal/terms-of-service
8
8
contact :
9
9
name : API Support
@@ -4568,7 +4568,7 @@ components:
4568
4568
maximum : 1
4569
4569
audio_duration :
4570
4570
x-label : Audio duration
4571
- type : integer
4571
+ type : number
4572
4572
sentences :
4573
4573
x-label : Sentences
4574
4574
type : array
@@ -4774,7 +4774,7 @@ components:
4774
4774
maximum : 1
4775
4775
audio_duration :
4776
4776
x-label : Audio duration
4777
- type : integer
4777
+ type : number
4778
4778
paragraphs :
4779
4779
x-label : Paragraphs
4780
4780
type : array
You can’t perform that action at this time.
0 commit comments