This library provides a JSON schema draft 4 validator for OpenResty and Lua 5.2+.
It has been designed to validate incoming data for HTTP APIs so it is decently fast: it works by transforming the given schema into a pure Lua function on-the-fly.
This is an updated version of ljsonschema by @jdesgats.
See LICENSE.md
See CHANGELOG.md