TVmaze · JSON Structure

Tvmaze Public Episode Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-public/episode.json",
  "title": "Episode",
  "description": "Structural description of the Episode object in the TVmaze tvmaze-public API.",
  "root": {
    "name": "Episode",
    "type": "object",
    "fields": [
      {
        "name": "id",
        "type": "integer"
      },
      {
        "name": "url",
        "type": "string",
        "format": "uri"
      },
      {
        "name": "name",
        "type": "string"
      },
      {
        "name": "season",
        "type": "integer"
      },
      {
        "name": "number",
        "type": "integer"
      },
      {
        "name": "type",
        "type": "string",
        "description": "regular, significant_special, insignificant_special"
      },
      {
        "name": "airdate",
        "type": "string",
        "format": "date"
      },
      {
        "name": "airtime",
        "type": "string"
      },
      {
        "name": "airstamp",
        "type": "string",
        "format": "date-time"
      },
      {
        "name": "runtime",
        "type": "integer"
      },
      {
        "name": "rating",
        "type": "reference",
        "ref": "#/components/schemas/Rating"
      },
      {
        "name": "image",
        "type": "reference"
      },
      {
        "name": "summary",
        "type": "string"
      },
      {
        "name": "_links",
        "type": "reference",
        "ref": "#/components/schemas/Links"
      }
    ]
  }
}