stream_type

Specifies whether the video is `vod` or `live`.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-stream-type-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/stream_type",
  "title": "stream_type",
  "description": "Specifies whether the video is `vod` or `live`.",
  "example": "live",
  "type": "string"
}