TVmaze · JSON Structure

Tvmaze Public Aka Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-public/aka.json",
  "title": "Aka",
  "description": "Structural description of the Aka object in the TVmaze tvmaze-public API.",
  "root": {
    "name": "Aka",
    "type": "object",
    "fields": [
      {
        "name": "name",
        "type": "string"
      },
      {
        "name": "country",
        "type": "reference"
      }
    ]
  }
}