Skip to content

Fix validation error generated model

Fast api does not generate correctly the model for the validation error see https://github.com/tiangolo/fastapi/issues/3790 It can be fixed locally by redefining in our service the model

Merge request reports