TheTVDB · JSON Structure

Tvdb Tag Option Entity Structure

a entity with selected tag option

Type: object Properties: 3
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

TagOptionEntity 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

name tagName tagId

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-tag-option-entity-structure.json",
  "name": "TagOptionEntity",
  "description": "a entity with selected tag option",
  "properties": {
    "name": {
      "type": "string",
      "example": "Example Name"
    },
    "tagName": {
      "type": "string",
      "example": "example"
    },
    "tagId": {
      "type": "int32",
      "example": 12345
    }
  },
  "type": "object"
}