TVmaze · JSON Structure

Tvmaze Public Schedule Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-public/schedule.json",
  "title": "Schedule",
  "description": "Structural description of the Schedule object in the TVmaze tvmaze-public API.",
  "root": {
    "name": "Schedule",
    "type": "object",
    "fields": [
      {
        "name": "time",
        "type": "string"
      },
      {
        "name": "days",
        "type": "array",
        "items": {
          "name": "item",
          "type": "string"
        }
      }
    ]
  }
}