Felix Fanghaenel
Results
2
issues of
Felix Fanghaenel
I encountered this problem during the usage of this library in a project of mine. One endpoint was missing a description, which resulted in an build error. This Pullrequest allows...
This PR fixes a bug where the schema of response models defined via the [`responses`](https://fastapi.tiangolo.com/advanced/additional-responses/?h=responses) keyword where generated as `validation` schema instead of `serialization` schema. Additional discussions for that topic:...
bug
p2