FastAPI exmaples not showing up in swagger docs of OpenAPI spec
12-06-2025
- https://fastapi.tiangolo.com/tutorial/schema-extra-example/#body-with-multiple-examples
- for
Body
attribute, with multiple exmaples- use
openapi_examples
- use
- for
Query
attribute, with one example- use
example
- use