TheTVDB · JSON Structure

Tvdb Biography Structure

biography record

Type: object Properties: 2
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Properties

biography language

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-biography-structure.json",
  "name": "Biography",
  "description": "biography record",
  "properties": {
    "biography": {
      "type": "string",
      "x-go-name": "Biography",
      "example": "example"
    },
    "language": {
      "type": "string",
      "x-go-name": "Language",
      "example": "eng"
    }
  },
  "type": "object"
}