TheTVDB · JSON Structure

Tvdb Tag Option Structure

tag option record

Type: object Properties: 5
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Properties

helpText id name tag tagName

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-structure.json",
  "name": "TagOption",
  "description": "tag option record",
  "properties": {
    "helpText": {
      "type": "string",
      "example": "example"
    },
    "id": {
      "type": "int64",
      "x-go-name": "ID",
      "example": 12345
    },
    "name": {
      "type": "string",
      "x-go-name": "Name",
      "example": "Example Name"
    },
    "tag": {
      "type": "int64",
      "x-go-name": "Tag",
      "example": 12345
    },
    "tagName": {
      "type": "string",
      "x-go-name": "TagName",
      "example": "example"
    }
  },
  "type": "object"
}