hapic
hapic copied to clipboard
Improve output body check
When hapic check output body, it make a marshmallow dump, then marshmallow load and look at errors. But this way is not very explicit: marshmallow dump ignore non compliuant fields (this is the problem), so when we make the marshmallow load, errored fields are view as missing.