{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/pokeapi/refs/heads/main/json-structure/pokeapi-chain-link-structure.json", "name": "ChainLink", "description": "Pok\u00e9API ChainLink structure.", "type": "object", "properties": { "is_baby": { "type": "boolean" }, "species": { "type": "object", "properties": { "name": { "type": "string", "description": "Slug name of the referenced resource." }, "url": { "type": "string", "format": "uri", "description": "Canonical URL of the referenced resource." } } }, "evolution_details": { "type": "array", "items": { "type": "object" } }, "evolves_to": { "type": "array", "items": { "type": "object", "properties": { "is_baby": { "type": "boolean" }, "species": { "type": "object", "properties": { "name": { "type": "string", "description": "Slug name of the referenced resource." }, "url": { "type": "string", "format": "uri", "description": "Canonical URL of the referenced resource." } } }, "evolution_details": { "type": "array", "items": { "type": "object" } }, "evolves_to": { "type": "array", "items": { "type": "object", "title": "ChainLink" } } } } } } }