AniList · Schema

StaffImage

StaffImage schema from AniList GraphQL API v2

AnimeMangaEntertainmentMediaSocialDatabaseGraphQLOAuth2Public APIs

Properties

Name Type Description
large string The person's image of media at its largest size
medium string The person's image of media at medium size
View JSON Schema on GitHub

JSON Schema

anilist-staffimage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/anilist/refs/heads/main/json-schema/anilist-staffimage-schema.json",
  "title": "StaffImage",
  "description": "StaffImage schema from AniList GraphQL API v2",
  "type": "object",
  "properties": {
    "large": {
      "type": "string",
      "description": "The person's image of media at its largest size"
    },
    "medium": {
      "type": "string",
      "description": "The person's image of media at medium size"
    }
  }
}