util.jsonschema: Return basic structured validation response

This commit is contained in:
Kim Alvefur 2023-12-02 21:45:38 +01:00
parent 5dfd9d25cd
commit e03fe2ebe3
3 changed files with 218 additions and 115 deletions

View file

@ -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",