TVmaze · JSON Structure

Tvmaze Public Network Structure

Structural description of the Network object in the TVmaze tvmaze-public API.

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

Tvmaze Public Network Structure is a JSON Structure definition published by TVmaze.

Meta-schema:

JSON Structure

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