TVmaze · JSON Structure

Tvmaze Public Character Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

Raw ↑
{
  "$id": "https://structures.tvmaze.com/tvmaze-public/character.json",
  "title": "Character",
  "description": "Structural description of the Character object in the TVmaze tvmaze-public API.",
  "root": {
    "name": "Character",
    "type": "object",
    "fields": [
      {
        "name": "id",
        "type": "integer"
      },
      {
        "name": "url",
        "type": "string",
        "format": "uri"
      },
      {
        "name": "name",
        "type": "string"
      },
      {
        "name": "image",
        "type": "reference"
      },
      {
        "name": "_links",
        "type": "reference",
        "ref": "#/components/schemas/Links"
      }
    ]
  }
}