{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/anilist/refs/heads/main/json-structure/anilist-staffimage-structure.json", "name": "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" } } }