Kaltura · Schema

KalturaBaseChannel

Slim channel

VideoLive StreamingTranscodingMedia ManagementPlayerAnalyticsVirtual ClassroomOTTOpen Source

Properties

Name Type Description
id integer `readOnly` Unique identifier for the channel
name string Channel name
View JSON Schema on GitHub

JSON Schema

ott-KalturaBaseChannel.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "KalturaBaseChannel",
  "description": "Slim channel",
  "properties": {
    "id": {
      "description": "`readOnly`\n\nUnique identifier for the channel",
      "readOnly": true,
      "type": "integer"
    },
    "name": {
      "description": "Channel name",
      "type": "string"
    }
  },
  "type": "object"
}