util.jsonschema: Implement 'minContains' and 'maxContains'

This commit is contained in:
Kim Alvefur 2023-04-23 10:26:43 +02:00
parent d78a32f136
commit 3621b8ce91
3 changed files with 8 additions and 12 deletions

View file

@ -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",