TheTVDB · JSON Structure

Tvdb Record Info Structure

base record info

Type: object Properties: 3
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Properties

image name year

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-record-info-structure.json",
  "name": "RecordInfo",
  "description": "base record info",
  "properties": {
    "image": {
      "type": "string",
      "x-go-name": "Image",
      "example": "https://artworks.thetvdb.com/banners/example.jpg"
    },
    "name": {
      "type": "string",
      "x-go-name": "Name",
      "example": "Example Name"
    },
    "year": {
      "type": "string",
      "example": "2024"
    }
  },
  "type": "object"
}