TVmaze · JSON Structure

Tvmaze Public Rating Structure

Structural description of the Rating object in the TVmaze tvmaze-public API.

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

Tvmaze Public Rating Structure is a JSON Structure definition published by TVmaze.

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-public/rating.json",
  "title": "Rating",
  "description": "Structural description of the Rating object in the TVmaze tvmaze-public API.",
  "root": {
    "name": "Rating",
    "type": "object",
    "fields": [
      {
        "name": "average",
        "type": "number"
      }
    ]
  }
}