Replies: 1 comment 1 reply
-
I can confirm this is a bug and I will fix it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I'm changing the validation_error_model and this has a internal field with other model:
This is the generic error model:
And this is the model of traceback error:
But the problem is that in the openapi.json file, only the GenericError model is added, the GenericTracebackError model is not automatically added:

And show this error:
How can I manually add this model to the openapi.json schemes or how can I add it to the definitions so that the internal model is found?
Beta Was this translation helpful? Give feedback.
All reactions