aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-12-02 21:45:38 +0100
committerKim Alvefur <zash@zash.se>2023-12-02 21:45:38 +0100
commite03fe2ebe34a2a689637e91f9647d93ca8ba1ac9 (patch)
tree0a7b32efcf854d7e9b1eea4bd68a2420dd409996 /spec
parent5dfd9d25cd8ac0ef03c7bae601da605ea33e9feb (diff)
downloadprosody-e03fe2ebe34a2a689637e91f9647d93ca8ba1ac9.tar.gz
prosody-e03fe2ebe34a2a689637e91f9647d93ca8ba1ac9.zip
util.jsonschema: Return basic structured validation response
Diffstat (limited to 'spec')
-rw-r--r--spec/util_jsonschema_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua
index 3eaf9082..cd4bcadd 100644
--- a/spec/util_jsonschema_spec.lua
+++ b/spec/util_jsonschema_spec.lua
@@ -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",