stream_caption_basic_upload

APIs.ioEngineeringPlatform

Properties

Name Type Description
file string The WebVTT file containing the caption or subtitle content.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-caption-basic-upload-schema.json Raw ↑
{
  "$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"
}