TheTVDB · JSON Structure

Tvdb Production Country Structure

Production country record

Type: object Properties: 3
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

ProductionCountry 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

id country name

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-production-country-structure.json",
  "name": "ProductionCountry",
  "description": "Production country record",
  "properties": {
    "id": {
      "type": "int64",
      "x-go-name": "ID",
      "example": 12345
    },
    "country": {
      "type": "string",
      "example": "usa"
    },
    "name": {
      "type": "string",
      "example": "Example Name"
    }
  },
  "type": "object"
}