YaakovR

Results 2 issues of YaakovR

I refrained from labeling this a Bug report or Feature request, since it may be my own syntactic error 😄. **OpenApiValidator config:** ``` app.use(OpenApiValidator.middleware({ apiSpec: openapiSpec, validateRequests: false, validateResponses: {...

**Describe the bug** Serdes performs well on properties in an object. However, when the owning object is part of an array, then `serialize` is never called. **To Reproduce** 1. `git...