{
"server": {
"url": "https://pokeapi.co"
},
"authentication": [
{
"schema_parameters": {
"in": "cookie"
},
"type": "apiKey",
"value": "API_KEY"
},
{
"password": "PASSWORD",
"schema_parameters": {
"scheme": "basic"
},
"type": "http",
"username": "USERNAME"
}
],
"operations": [
{
"description": "Characteristics indicate which stat contains a Pok\u00e9mon\u0027s highest IV. A Pok\u00e9mon\u0027s Characteristic is determined by the remainder of its highest IV divided by 5 (gene_modulo). Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Characteristic) for greater detail.",
"name": "characteristic_list"
},
{
"description": "Characteristics indicate which stat contains a Pok\u00e9mon\u0027s highest IV. A Pok\u00e9mon\u0027s Characteristic is determined by the remainder of its highest IV divided by 5 (gene_modulo). Check out [Bulbapedia](http://bulbapedia.bulbagarden.net/wiki/Characteristic) for greater detail.",
"name": "characteristic_retrieve"
}
]
}