Example of Flask with an OpenAPI ymal documentation using connexion. The Swagger UI docs can be access from the endpoint /ui
.
See how to write an OpenAPI docs from the official site.
- request-response validation with pydantic
- branch flask-pydantic-spec-nodocs
- auto openapi docs generation (without yaml file), using flask-pydantic-spec
- branch flask-pydantic-spec