util.jsonschema: Library for JSON Schema validation

This commit is contained in:
Kim Alvefur 2021-03-06 21:07:53 +01:00
parent 8cf1f8a901
commit 02da1378f8
3 changed files with 575 additions and 0 deletions

View file

@ -26,6 +26,9 @@ files["util/"] = {
-- Ignore unwrapped license text
max_comment_line_length = false;
}
files["util/jsonschema.lua"] = {
ignore = { "211" };
}
files["plugins/"] = {
module = true;
allow_defined_top = true;