Daniel Anfelt
Daniel Anfelt
When hapi-openapi tries to validate the payload for an endpoint, and the payload is just an empty object, it will replace the empty object with an `undefined` instead. In my...
The input validation step throws an error which es replaced by hapi, as it does not have `isBoom` set to true. This masks the details of the validation error and...
In Validators.js, there is a call `const result = await schema.validate(data);` which does not seem to work as intended. The joi validation will return an object with a error property...