{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/yu-gi-oh/refs/heads/main/json-structure/ygoprodeck-api-monster-values-structure.json", "name": "MonsterValues", "description": "Valid values for monster filters.", "type": "object", "properties": { "type": { "type": "array", "description": "All monster types.", "items": { "type": "string" } }, "race": { "type": "array", "description": "All monster races.", "items": { "type": "string" } }, "attributes": { "type": "array", "description": "All monster attributes.", "items": { "type": "string" } }, "level": { "type": "array", "description": "Valid monster levels / ranks.", "items": { "type": "int32" } }, "linkmarkers": { "type": "array", "description": "Valid link marker positions.", "items": { "type": "string" } } } }