Ahmad Nofal
Ahmad Nofal
Hi @vitalik After Examining the issue one more time, it seems the issue is little bit deeper than what it appears to be. The issue is that currently there is...
I think the best approach would to follow fastapi steps, have 2 separate schemes but give the user the ability to retain current behavior https://fastapi.tiangolo.com/how-to/separate-openapi-schemas/ https://github.com/pydantic/pydantic/issues/7209
Hi @musanek , Im not sure I do understand what you mean very well. Originally we faced this issue when using modelSchema with a django model. As you can understand...
Hi @akuzm thank you for the reply. I believe in the `end_offset` we can only specify an interval and so this seemed to work with me `'-10 years'` and refreshed...
@jceipek I mean in the end its all controlled by `REF_TEMPLATE: str = "#/components/schemas/{model}"` Which can be adjust to have suffix of `input` or `output` based on already in place...
any hints how to solve this?