TVmaze · JSON Structure

Tvmaze Premium Showvote Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-premium/showvote.json",
  "title": "ShowVote",
  "description": "Structural description of the ShowVote object in the TVmaze tvmaze-premium API.",
  "root": {
    "name": "ShowVote",
    "type": "object",
    "fields": [
      {
        "name": "show_id",
        "type": "integer"
      },
      {
        "name": "vote",
        "type": "integer",
        "description": "The vote number"
      },
      {
        "name": "voted_at",
        "type": "integer",
        "description": "Epoch timestamp for when the user voted for the episode"
      }
    ]
  }
}