{ "openapi": "3.1.0", "info": { "title": "Get animal data", "description": "Retrieves current animal data for a taxonomy part.", "version": "v1.0.0" }, "servers": [ { "url": "https://api.atlaszvirat.cz/" } ], "paths": { "/animals": { "get": { "description": "Get animal list with URL addresses", "operationId": "GetAnimalList", "parameters": [ { "name": "test", "in": "query", "description": "test", "required": true, "schema": { "type": "string" } } ], "deprecated": false } } }, "components": { "schemas": {} } }