diff options
author | Kim Alvefur <zash@zash.se> | 2023-12-02 21:45:38 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-12-02 21:45:38 +0100 |
commit | e03fe2ebe34a2a689637e91f9647d93ca8ba1ac9 (patch) | |
tree | 0a7b32efcf854d7e9b1eea4bd68a2420dd409996 /spec | |
parent | 5dfd9d25cd8ac0ef03c7bae601da605ea33e9feb (diff) | |
download | prosody-e03fe2ebe34a2a689637e91f9647d93ca8ba1ac9.tar.gz prosody-e03fe2ebe34a2a689637e91f9647d93ca8ba1ac9.zip |
util.jsonschema: Return basic structured validation response
Diffstat (limited to 'spec')
-rw-r--r-- | spec/util_jsonschema_spec.lua | 1 |
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", |