{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "id": { "type": ["null", "integer"] }, "name": { "type": ["null", "string"] }, "base_experience": { "type": ["null", "integer"] }, "height": { "type": ["null", "integer"] }, "is_default ": { "type": ["null", "boolean"] }, "order": { "type": ["null", "integer"] }, "weight": { "type": ["null", "integer"] }, "abilities": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "is_hidden": { "type": ["null", "boolean"] }, "slot": { "type": ["null", "integer"] }, "ability": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } } } } }, "forms": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } } }, "game_indices": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "game_index": { "type": ["null", "integer"] }, "version": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } } } } }, "held_items": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "item": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } }, "version_details": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "version": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } }, "rarity": { "type": ["null", "string"] } } } } } } }, "location_area_encounters": { "type": ["null", "string"] }, "moves": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "move": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } }, "version_group_details": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "move_learn_method": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } }, "version_group": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } }, "level_learned_at": { "type": ["null", "integer"] } } } } } } }, "sprites": { "type": ["null", "object"], "properties": { "front_default": { "type": ["null", "string"] }, "front_shiny": { "type": ["null", "string"] }, "front_female": { "type": ["null", "string"] }, "front_shiny_female": { "type": ["null", "string"] }, "back_default": { "type": ["null", "string"] }, "back_shiny": { "type": ["null", "string"] }, "back_female": { "type": ["null", "string"] }, "back_shiny_female": { "type": ["null", "string"] } } }, "species": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } }, "stats": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "stat": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } }, "effort": { "type": ["null", "integer"] }, "base_stat": { "type": ["null", "integer"] } } } }, "types": { "type": ["null", "array"], "items": { "type": ["null", "object"], "properties": { "slot": { "type": ["null", "integer"] }, "type": { "type": ["null", "object"], "properties": { "name": { "type": ["null", "string"] }, "url": { "type": ["null", "string"] } } } } } } } }