TVmaze · JSON Structure

Tvmaze Premium Tag Structure

Structural description of the Tag object in the TVmaze tvmaze-premium API.

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

Tvmaze Premium Tag Structure is a JSON Structure definition published by TVmaze.

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-premium/tag.json",
  "title": "Tag",
  "description": "Structural description of the Tag object in the TVmaze tvmaze-premium API.",
  "root": {
    "name": "Tag",
    "type": "object",
    "fields": [
      {
        "name": "id",
        "type": "integer"
      },
      {
        "name": "name",
        "type": "string"
      }
    ]
  }
}