From 0bcfa783b773dcd1ceb4b5183ce2fa80a474d3a8 Mon Sep 17 00:00:00 2001 From: Markus Frindt Date: Wed, 23 Oct 2024 13:23:08 +0200 Subject: [PATCH] fix key of sm_transcriptionConfig and required in speechmaticsOptions (#70) Co-authored-by: mfrindt --- specs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs.json b/specs.json index ee646d7..353ee8d 100644 --- a/specs.json +++ b/specs.json @@ -871,10 +871,10 @@ "audio_events_config_config": "#sm_audioEventsConfig" }, "required": [ - "sm_transcription_config" + "transcription_config" ] }, - "sm_transcription_config": { + "sm_transcriptionConfig": { "properties": { "language": "string", "additional_vocab": "array",