TVmaze · JSON Structure

Tvmaze Public Externals Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-public/externals.json",
  "title": "Externals",
  "description": "Structural description of the Externals object in the TVmaze tvmaze-public API.",
  "root": {
    "name": "Externals",
    "type": "object",
    "fields": [
      {
        "name": "tvrage",
        "type": "integer"
      },
      {
        "name": "thetvdb",
        "type": "integer"
      },
      {
        "name": "imdb",
        "type": "string"
      }
    ]
  }
}