Skip to content

Commit 4af47ed

Browse files
committed
x-fern-enum
1 parent a3e9e8d commit 4af47ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

fern/apis/api/openapi-overrides.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,18 @@ components:
280280
enum:
281281
- transcript
282282
- transcript[transcriptType='final']
283+
x-fern-enum:
284+
"transcript[transcriptType='final']":
285+
name: FinalTranscript
283286
ServerMessageTranscript:
284287
properties:
285288
type:
286289
enum:
287290
- transcript
288291
- transcript[transcriptType='final']
292+
x-fern-enum:
293+
"transcript[transcriptType='final']":
294+
name: FinalTranscript
289295
FallbackAzureVoice:
290296
properties:
291297
voiceId:

0 commit comments

Comments
 (0)