Software /
code /
prosody
Diff
spec/util_jsonschema_spec.lua @ 12988:8592770be63a
util.jsonschema: Implement 'dependentRequired'
If this field exists, then these fields must also exist.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 26 Mar 2023 15:19:14 +0200 |
parent | 12944:05ec70a9f755 |
child | 12989:dee080c2441e |
line wrap: on
line diff
--- a/spec/util_jsonschema_spec.lua Sun Mar 26 13:13:31 2023 +0200 +++ b/spec/util_jsonschema_spec.lua Sun Mar 26 15:19:14 2023 +0200 @@ -19,7 +19,6 @@ ["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",