TVmaze · JSON Structure

Tvmaze Premium Networkfollow Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

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