From 30ea0f6dc258ac60dd3f1b372e97727d0190dc15 Mon Sep 17 00:00:00 2001 From: Yuansheng Date: Tue, 22 Oct 2019 22:38:56 -0400 Subject: [PATCH] change: added new validator lua-resty-jsonschema. --- _data/validator-libraries-modern.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index 2cf9eae2..a8371b2d 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -136,6 +136,13 @@ notes: draft: [7, 6, 4] license: MIT +- name: Lua/LuaJIT + implementations: + - name: lua-resty-jsonschema + url: https://github.com/iresty/lua-resty-jsonschema + notes: + draft: [7, 6, 4] + license: MIT - name: Web (Online) implementations: - name: JSON Schema Validator