{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/stream_caption_basic_upload", "title": "stream_caption_basic_upload", "properties": { "file": { "description": "The WebVTT file containing the caption or subtitle content.", "example": "@/Users/kyle/Desktop/tr.vtt", "type": "string" } }, "required": [ "file" ], "type": "object" }