TVmaze · JSON Structure

Tvmaze Public Country Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-public/country.json",
  "title": "Country",
  "description": "Structural description of the Country object in the TVmaze tvmaze-public API.",
  "root": {
    "name": "Country",
    "type": "object",
    "fields": [
      {
        "name": "name",
        "type": "string"
      },
      {
        "name": "code",
        "type": "string"
      },
      {
        "name": "timezone",
        "type": "string"
      }
    ]
  }
}