TheTVDB · JSON Structure

Tvdb Genre Base Record Structure

base genre record

Type: object Properties: 3
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

GenreBaseRecord 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

id name slug

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-genre-base-record-structure.json",
  "name": "GenreBaseRecord",
  "description": "base genre record",
  "properties": {
    "id": {
      "type": "int64",
      "x-go-name": "ID",
      "example": 12345
    },
    "name": {
      "type": "string",
      "x-go-name": "Name",
      "example": "Example Name"
    },
    "slug": {
      "type": "string",
      "x-go-name": "Slug",
      "example": "example-slug"
    }
  },
  "type": "object"
}