TheTVDB · JSON Structure

Tvdb Content Rating Structure

content rating record

Type: object Properties: 7
EntertainmentMoviesTelevisionMedia MetadataPublic APIsVideo

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

Properties

id name description country contentType order fullName

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-content-rating-structure.json",
  "name": "ContentRating",
  "description": "content rating record",
  "properties": {
    "id": {
      "type": "int64",
      "x-go-name": "ID",
      "example": 12345
    },
    "name": {
      "type": "string",
      "x-go-name": "Name",
      "example": "Example Name"
    },
    "description": {
      "type": "string",
      "example": "A descriptive paragraph of text."
    },
    "country": {
      "type": "string",
      "example": "usa"
    },
    "contentType": {
      "type": "string",
      "example": "example"
    },
    "order": {
      "type": "int32",
      "example": 1
    },
    "fullName": {
      "type": "string",
      "example": "example"
    }
  },
  "type": "object"
}