Viktor Danyliuk
Results
11
issues of
Viktor Danyliuk
**Describe the bug** `computed_field` is missing in openapi spec. I have defined a schema to be used for responses like this: ``` class MySchema(Schema): id: int slug: str @computed_field def...