TheTVDB · JSON Structure

Tvdb Tag Structure

tag record

Type: object Properties: 5
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

Tag 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

allowsMultiple helpText id name options

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-structure.json",
  "name": "Tag",
  "description": "tag record",
  "properties": {
    "allowsMultiple": {
      "type": "boolean",
      "x-go-name": "AllowsMultiple",
      "example": true
    },
    "helpText": {
      "type": "string",
      "example": "example"
    },
    "id": {
      "type": "int64",
      "x-go-name": "ID",
      "example": 12345
    },
    "name": {
      "type": "string",
      "x-go-name": "Name",
      "example": "Example Name"
    },
    "options": {
      "items": {
        "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",
        "x-go-package": "github.com/whip-networks/tvdb-api-v4-core/tvdb-api-v4-core/pkg/model"
      },
      "type": "array",
      "x-go-name": "TagOptions"
    }
  },
  "type": "object"
}