TheTVDB · JSON Structure

Tvdb Inspiration Type Structure

Movie inspiration type record

Type: object Properties: 5
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

InspirationType 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

id name description reference_name url

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-inspiration-type-structure.json",
  "name": "InspirationType",
  "description": "Movie inspiration type record",
  "properties": {
    "id": {
      "type": "int64",
      "x-go-name": "ID",
      "example": 12345
    },
    "name": {
      "type": "string",
      "example": "Example Name"
    },
    "description": {
      "type": "string",
      "example": "A descriptive paragraph of text."
    },
    "reference_name": {
      "type": "string",
      "example": "example"
    },
    "url": {
      "type": "string",
      "example": "https://artworks.thetvdb.com/banners/example.jpg"
    }
  },
  "type": "object"
}