TheTVDB · JSON Structure

Tvdb Entity Type Structure

Entity Type record

Type: object Properties: 3
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

EntityType 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 hasSpecials

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-entity-type-structure.json",
  "name": "EntityType",
  "description": "Entity Type record",
  "properties": {
    "id": {
      "type": "int32",
      "example": 12345
    },
    "name": {
      "type": "string",
      "x-go-name": "Order",
      "example": "Example Name"
    },
    "hasSpecials": {
      "type": "boolean",
      "example": true
    }
  },
  "type": "object"
}