diff options
author | Kim Alvefur <zash@zash.se> | 2023-04-23 10:26:43 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2023-04-23 10:26:43 +0200 |
commit | 3621b8ce9168d833303bc8090302a77dcd76e1fd (patch) | |
tree | f1f18027700e857d72e506478ba7996e0985577a /spec | |
parent | d78a32f136f4dc1d4c6fc839f43b93f98eae72fd (diff) | |
download | prosody-3621b8ce9168d833303bc8090302a77dcd76e1fd.tar.gz prosody-3621b8ce9168d833303bc8090302a77dcd76e1fd.zip |
util.jsonschema: Implement 'minContains' and 'maxContains'
Diffstat (limited to 'spec')
-rw-r--r-- | spec/util_jsonschema_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/util_jsonschema_spec.lua b/spec/util_jsonschema_spec.lua index 9d52a2fd..fa1afeca 100644 --- a/spec/util_jsonschema_spec.lua +++ b/spec/util_jsonschema_spec.lua @@ -22,10 +22,8 @@ local skip = { ["dynamicRef.json"] = "NYI", ["enum.json:1:3"] = "deepcompare", ["id.json"] = "NYI", - ["maxContains.json"] = "NYI", ["maxLength.json:0:4"] = "UTF-16", ["maxProperties.json"] = "NYI", - ["minContains.json"] = "NYI", ["minLength.json:0:4"] = "UTF-16", ["minProperties.json"] = "NYI", ["multipleOf.json:1"] = "multiples of IEEE 754 fractions", |