TheTVDB · JSON Structure

Tvdb Release Structure

release record

Type: object Properties: 3
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Properties

country date detail

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-release-structure.json",
  "name": "Release",
  "description": "release record",
  "properties": {
    "country": {
      "type": "string",
      "example": "usa"
    },
    "date": {
      "type": "string",
      "example": "2024-01-15"
    },
    "detail": {
      "type": "string",
      "example": "example"
    }
  },
  "type": "object"
}