swagger-express-middleware
swagger-express-middleware copied to clipboard
Only one error in validation error
if I have two required fields in my path, and they both missing from request. the error message and stack only return the first one. is there a way to see both ?
example:
schema:
required:
-name
-type
if both required fields are missing then the validation only returns the first one.