TheTVDB · JSON Structure

Tvdb Company Type Structure

A company type record

Type: object Properties: 2
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

CompanyType 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

companyTypeId companyTypeName

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-type-structure.json",
  "name": "CompanyType",
  "description": "A company type record",
  "properties": {
    "companyTypeId": {
      "type": "int32",
      "example": 12345
    },
    "companyTypeName": {
      "type": "string",
      "example": "example"
    }
  },
  "type": "object"
}