mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.jsonschema: Library for JSON Schema validation
This commit is contained in:
parent
8cf1f8a901
commit
02da1378f8
3 changed files with 575 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue