aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2023-03-26 15:19:14 +0200
committerKim Alvefur <zash@zash.se>2023-03-26 15:19:14 +0200
commit4bc62438dbabb8fbe7ff3c4eca69c30cc04dd8bd (patch)
tree0dfeba809d89b5bac9928b784e8e1872f32ea16e /spec
parent5427c2472d1b6ddd57b01eaafe90a0bc4f09ffaa (diff)
downloadprosody-4bc62438dbabb8fbe7ff3c4eca69c30cc04dd8bd.tar.gz
prosody-4bc62438dbabb8fbe7ff3c4eca69c30cc04dd8bd.zip
util.jsonschema: Implement 'dependentRequired'
If this field exists, then these fields must also exist.
Diffstat (limited to 'spec')
-rw-r--r--spec/util_jsonschema_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua
index 735b4f32..7d05af4a 100644
--- a/spec/util_jsonschema_spec.lua
+++ b/spec/util_jsonschema_spec.lua
@@ -19,7 +19,6 @@ local skip = {
["const.json:9"] = "deepcompare",
["contains.json:0:5"] = "distinguishing objects from arrays",
["defs.json"] = "need built-in meta-schema",
- ["dependentRequired.json"] = "NYI",
["dependentSchemas.json"] = "NYI",
["dynamicRef.json"] = "NYI",
["enum.json:1:3"] = "deepcompare",