TheTVDB · JSON Structure

Tvdb Company Relation Ship Structure

A company relationship

Type: object Properties: 2
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

CompanyRelationShip 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

id typeName

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-company-relation-ship-structure.json",
  "name": "CompanyRelationShip",
  "description": "A company relationship",
  "properties": {
    "id": {
      "type": "int32",
      "nullable": true,
      "example": 12345
    },
    "typeName": {
      "type": "string",
      "example": "example"
    }
  },
  "type": "object"
}