TVmaze · JSON Structure

Tvmaze Public Image Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-public/image.json",
  "title": "Image",
  "description": "Structural description of the Image object in the TVmaze tvmaze-public API.",
  "root": {
    "name": "Image",
    "type": "object",
    "fields": [
      {
        "name": "medium",
        "type": "string",
        "format": "uri"
      },
      {
        "name": "original",
        "type": "string",
        "format": "uri"
      }
    ]
  }
}