mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.jsonschema: Implement 'dependentSchemas'
If this object key exists then this schema must validate against the current object. Seems useful.
This commit is contained in:
parent
4bc62438db
commit
8c9ffa25eb
3 changed files with 18 additions and 1 deletions
|
@ -19,7 +19,7 @@ local skip = {
|
|||
["const.json:9"] = "deepcompare",
|
||||
["contains.json:0:5"] = "distinguishing objects from arrays",
|
||||
["defs.json"] = "need built-in meta-schema",
|
||||
["dependentSchemas.json"] = "NYI",
|
||||
["dependentSchemas.json:2:2"] = "NYI", -- minProperties
|
||||
["dynamicRef.json"] = "NYI",
|
||||
["enum.json:1:3"] = "deepcompare",
|
||||
["id.json"] = "NYI",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue