Learn how to modify the main application and document the application via OpenAPI.
We'll cover the following
Provide Swagger UI and documentation
Providing example data
Stream endpoint
Provide Swagger UI and documentation
We can now look at documenting our API via OpenAPI using the tooling provided by tapir. But first, we should modify our main application entry point to provide the documentation for us.