Skip to content

Commit d23ef16

Browse files
committed
reenable required for request properties
1 parent 1e1af2f commit d23ef16

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

usm-streaming.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,9 @@ components:
270270
format: date-time
271271
description: ISO 8601 timestamp indicating when the session will expire.
272272
required:
273-
# - type
274-
# - id
275-
# - expires_at
273+
- type
274+
- id
275+
- expires_at
276276

277277
Word:
278278
type: object
@@ -296,11 +296,11 @@ components:
296296
type: boolean
297297
description: Whether the word is final.
298298
required:
299-
# - word
300-
# - start
301-
# - end
302-
# - confidence
303-
# - word_is_final
299+
- word
300+
- start
301+
- end
302+
- confidence
303+
- word_is_final
304304

305305
TurnPayload:
306306
type: object
@@ -332,13 +332,13 @@ components:
332332
$ref: "#/components/schemas/Word"
333333
description: Array of word-level details for this turn.
334334
required:
335-
# - type
336-
# - turn_order
337-
# - turn_is_formatted
338-
# - end_of_turn
339-
# - transcript
340-
# - end_of_turn_confidence
341-
# - words
335+
- type
336+
- turn_order
337+
- turn_is_formatted
338+
- end_of_turn
339+
- transcript
340+
- end_of_turn_confidence
341+
- words
342342

343343
TerminationPayload:
344344
type: object
@@ -354,6 +354,6 @@ components:
354354
type: integer
355355
description: Duration of the session in seconds.
356356
required:
357-
# - type
358-
# - audio_duration_seconds
359-
# - session_duration_seconds
357+
- type
358+
- audio_duration_seconds
359+
- session_duration_seconds

0 commit comments

Comments
 (0)