Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 587 Bytes

schemas.md

File metadata and controls

19 lines (15 loc) · 587 Bytes

Request/Response schemas

We validate request parameters and responses with pydantic to try and provide more certainty about the data sent and received from the OLS API. This should also mean you get useful type annotations when working with the client in your own code (you may want to install a Pydantic plugin for your IDE/editor, e.g. VS Code).

:::ols_py.schemas.requests

options:
  show_bases: false

:::ols_py.schemas.responses

options:
  show_bases: false