Full request validation
BOS now validates all request parameters (body, form, header, path, query) before returning a validation error.
(It used to return after the first, which meant users may need to make multiple requests before learning everything that was wrong with their original request. The old behavior can be restored by setting swagger.rejectRequestAfterFirstValidationError in your config.)
Note also, that it is possible to use middleware loaded from a node module.