A recognised Yu-Gi-Oh! archetype.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/yu-gi-oh/refs/heads/main/json-schema/ygoprodeck-api-archetype-schema.json", "title": "Archetype", "description": "A recognised Yu-Gi-Oh! archetype.", "type": "object", "properties": { "archetype_name": { "type": "string", "description": "Archetype name.", "example": "Blue-Eyes" } }, "required": [ "archetype_name" ] }