{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/pokeapi/refs/heads/main/json-structure/pokeapi-growth-rate-structure.json", "name": "GrowthRate", "description": "Pok\u00e9API GrowthRate structure.", "type": "object", "properties": { "id": { "type": "int32" }, "name": { "type": "string" }, "formula": { "type": "string" }, "descriptions": { "type": "array", "items": { "type": "object", "properties": { "description": { "type": "string" }, "language": { "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." } } } } } }, "levels": { "type": "array", "items": { "type": "object" } }, "pokemon_species": { "type": "array", "items": { "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." } } } } } }