{
"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": "Item attributes define particular aspects of items, e.g.\"usable in battle\" or \"consumable\".",
"name": "item_attribute_list"
},
{
"description": "Item attributes define particular aspects of items, e.g.\"usable in battle\" or \"consumable\".",
"name": "item_attribute_retrieve"
},
{
"description": "An item is an object in the games which the player can pick up, keep in their bag, and use in some manner. They have various uses, including healing, powering up, helping catch Pok\u00e9mon, or to access a new area.",
"name": "item_list"
},
{
"description": "An item is an object in the games which the player can pick up, keep in their bag, and use in some manner. They have various uses, including healing, powering up, helping catch Pok\u00e9mon, or to access a new area.",
"name": "item_retrieve"
}
]
}