Comparison

spec/util_jsonschema_spec.lua @ 13385:72d7830505f0

util.jsonschema: Return basic structured validation response
author Kim Alvefur <zash@zash.se>
date Sat, 02 Dec 2023 21:45:38 +0100
parent 13106:8c762a30eae0
comparison
equal deleted inserted replaced
13384:57ad1dfd8e8b 13385:72d7830505f0
54 ["ref.json:31"] = "NYI", 54 ["ref.json:31"] = "NYI",
55 ["ref.json:32"] = "NYI", 55 ["ref.json:32"] = "NYI",
56 ["not.json:6"] = "NYI", 56 ["not.json:6"] = "NYI",
57 ["refRemote.json"] = "DEFINITELY NYI", 57 ["refRemote.json"] = "DEFINITELY NYI",
58 ["required.json:0:2"] = "distinguishing objects from arrays", 58 ["required.json:0:2"] = "distinguishing objects from arrays",
59 ["type.json:0:1"] = "1.0 is not an integer!",
59 ["type.json:3:4"] = "distinguishing objects from arrays", 60 ["type.json:3:4"] = "distinguishing objects from arrays",
60 ["type.json:3:6"] = "null is weird", 61 ["type.json:3:6"] = "null is weird",
61 ["type.json:4:3"] = "distinguishing objects from arrays", 62 ["type.json:4:3"] = "distinguishing objects from arrays",
62 ["type.json:4:6"] = "null is weird", 63 ["type.json:4:6"] = "null is weird",
63 ["type.json:9:4"] = "null is weird", 64 ["type.json:9:4"] = "null is weird",