TVmaze · JSON Structure

Tvmaze Public Season Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-public/season.json",
  "title": "Season",
  "description": "Structural description of the Season object in the TVmaze tvmaze-public API.",
  "root": {
    "name": "Season",
    "type": "object",
    "fields": [
      {
        "name": "id",
        "type": "integer"
      },
      {
        "name": "url",
        "type": "string",
        "format": "uri"
      },
      {
        "name": "number",
        "type": "integer"
      },
      {
        "name": "name",
        "type": "string"
      },
      {
        "name": "episodeOrder",
        "type": "integer"
      },
      {
        "name": "premiereDate",
        "type": "string",
        "format": "date"
      },
      {
        "name": "endDate",
        "type": "string",
        "format": "date"
      },
      {
        "name": "network",
        "type": "reference"
      },
      {
        "name": "webChannel",
        "type": "reference"
      },
      {
        "name": "image",
        "type": "reference"
      },
      {
        "name": "summary",
        "type": "string"
      },
      {
        "name": "_links",
        "type": "reference",
        "ref": "#/components/schemas/Links"
      }
    ]
  }
}