TheTVDB · JSON Structure

Tvdb Source Type Structure

source type record

Type: object Properties: 6
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Properties

id name postfix prefix slug sort

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-source-type-structure.json",
  "name": "SourceType",
  "description": "source type record",
  "properties": {
    "id": {
      "type": "int64",
      "x-go-name": "ID",
      "example": 12345
    },
    "name": {
      "type": "string",
      "x-go-name": "Name",
      "example": "Example Name"
    },
    "postfix": {
      "type": "string",
      "example": "example"
    },
    "prefix": {
      "type": "string",
      "example": "example"
    },
    "slug": {
      "type": "string",
      "x-go-name": "Slug",
      "example": "example-slug"
    },
    "sort": {
      "type": "int64",
      "x-go-name": "Sort",
      "example": 12345
    }
  },
  "type": "object"
}