TVmaze · JSON Structure

Tvmaze Public Person Structure

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

Type: Properties: 0
VideoTelevisionStreamingScheduleMetadataEntertainmentPublic APIs

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

Meta-schema:

JSON Structure

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