TheTVDB · JSON Structure

Tvdb Season Type Structure

season type record

Type: object Properties: 4
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

SeasonType is a JSON Structure definition published by TheTVDB, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

alternateName id name type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/tvdb/refs/heads/main/json-structure/tvdb-season-type-structure.json",
  "name": "SeasonType",
  "description": "season type record",
  "properties": {
    "alternateName": {
      "type": "string",
      "x-go-name": "Name",
      "example": "example"
    },
    "id": {
      "type": "int64",
      "x-go-name": "ID",
      "example": 12345
    },
    "name": {
      "type": "string",
      "x-go-name": "Name",
      "example": "Example Name"
    },
    "type": {
      "type": "string",
      "x-go-name": "Type",
      "example": "example"
    }
  },
  "type": "object"
}