TVmaze · JSON Structure

Tvmaze Premium Webchannelfollow Structure

Structural description of the WebchannelFollow object in the TVmaze tvmaze-premium API.

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

Tvmaze Premium Webchannelfollow Structure is a JSON Structure definition published by TVmaze.

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-premium/webchannelfollow.json",
  "title": "WebchannelFollow",
  "description": "Structural description of the WebchannelFollow object in the TVmaze tvmaze-premium API.",
  "root": {
    "name": "WebchannelFollow",
    "type": "object",
    "fields": [
      {
        "name": "_embedded",
        "type": "object",
        "fields": [
          {
            "name": "webchannel",
            "type": "reference",
            "ref": "#/components/schemas/Webchannel"
          }
        ]
      },
      {
        "name": "webchannel_id",
        "type": "integer"
      }
    ]
  }
}