mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
util.jsonschema: Return basic structured validation response
This commit is contained in:
parent
5dfd9d25cd
commit
e03fe2ebe3
3 changed files with 218 additions and 115 deletions
|
@ -56,6 +56,7 @@ local skip = {
|
|||
["not.json:6"] = "NYI",
|
||||
["refRemote.json"] = "DEFINITELY NYI",
|
||||
["required.json:0:2"] = "distinguishing objects from arrays",
|
||||
["type.json:0:1"] = "1.0 is not an integer!",
|
||||
["type.json:3:4"] = "distinguishing objects from arrays",
|
||||
["type.json:3:6"] = "null is weird",
|
||||
["type.json:4:3"] = "distinguishing objects from arrays",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue