Express js Middleware which only allows configured urls and params to pass through otherwise throws error
Simple API validation for Express routes.
a lightweight middleware package that dynamically validates API routes based on a JSON schema or rules defined at runtime.
koa-route middleware that validate request/response for each route using Joi