TVmaze · JSON Structure

Tvmaze Premium Taginstance Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-premium/taginstance.json",
  "title": "TagInstance",
  "description": "Structural description of the TagInstance object in the TVmaze tvmaze-premium API.",
  "root": {
    "name": "TagInstance",
    "type": "object",
    "fields": [
      {
        "name": "_embedded",
        "type": "object",
        "fields": [
          {
            "name": "show",
            "type": "reference",
            "ref": "#/components/schemas/Show"
          }
        ]
      },
      {
        "name": "show_id",
        "type": "integer"
      }
    ]
  }
}