Fix validation error generated model

Merged fabian serin requested to merge fserin/BUG_422_response_does_not_follow_schema into master

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