diff --git a/src/docs/pokemon.json b/src/docs/pokemon.json index 29607d7..7d448df 100644 --- a/src/docs/pokemon.json +++ b/src/docs/pokemon.json @@ -1207,6 +1207,14 @@ "of": "PokemonAbilityPast" } }, + { + "name": "past_stats", + "description": "A list of details showing stats this pokémon had in previous generations", + "type": { + "type": "list", + "of": "PokemonStatPast" + } + }, { "name": "sprites", "description": "A set of sprites used to depict this Pokémon in the game. A visual representation of the various sprites can be found at PokeAPI/sprites", @@ -1344,6 +1352,27 @@ } ] }, + { + "name": "PokemonStatPast", + "fields": [ + { + "name": "generation", + "description": "The last generation in which the referenced pokémon had the listed stats.", + "type": { + "type": "NamedAPIResource", + "of": "Generation" + } + }, + { + "name": "stats", + "description": "The stat the Pokémon had up to and including the listed generation.", + "type": { + "type": "list", + "of": "PokemonStat" + } + } + ] + }, { "name": "PokemonHeldItem", "fields": [