How to handle request validation in your Express API - Makes a good case for using JSON Schema (soon to become a standard) to validate your API data instead of libraries like Joi or validate.js, it’s self-documenting and much more portable than library based solutions simonplend.com #