{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/audioResponseFormat", "title": "AudioResponseFormat", "description": "Defines the format of the output.", "enum": [ "json", "text", "srt", "verbose_json", "vtt" ], "type": "string", "x-ms-enum": { "modelAsString": true } }