Software /
code /
prosody
Comparison
spec/util_jsonschema_spec.lua @ 13087:5d3e8a226840
util.jsonschema: Implement 'minContains' and 'maxContains'
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 23 Apr 2023 10:26:43 +0200 |
parent | 13083:962a746842a0 |
child | 13088:0fbb2b3fd4c0 |
comparison
equal
deleted
inserted
replaced
13086:42ea593bfa8d | 13087:5d3e8a226840 |
---|---|
20 ["defs.json"] = "need built-in meta-schema", | 20 ["defs.json"] = "need built-in meta-schema", |
21 ["dependentSchemas.json:2:2"] = "NYI", -- minProperties | 21 ["dependentSchemas.json:2:2"] = "NYI", -- minProperties |
22 ["dynamicRef.json"] = "NYI", | 22 ["dynamicRef.json"] = "NYI", |
23 ["enum.json:1:3"] = "deepcompare", | 23 ["enum.json:1:3"] = "deepcompare", |
24 ["id.json"] = "NYI", | 24 ["id.json"] = "NYI", |
25 ["maxContains.json"] = "NYI", | |
26 ["maxLength.json:0:4"] = "UTF-16", | 25 ["maxLength.json:0:4"] = "UTF-16", |
27 ["maxProperties.json"] = "NYI", | 26 ["maxProperties.json"] = "NYI", |
28 ["minContains.json"] = "NYI", | |
29 ["minLength.json:0:4"] = "UTF-16", | 27 ["minLength.json:0:4"] = "UTF-16", |
30 ["minProperties.json"] = "NYI", | 28 ["minProperties.json"] = "NYI", |
31 ["multipleOf.json:1"] = "multiples of IEEE 754 fractions", | 29 ["multipleOf.json:1"] = "multiples of IEEE 754 fractions", |
32 ["multipleOf.json:2"] = "multiples of IEEE 754 fractions", | 30 ["multipleOf.json:2"] = "multiples of IEEE 754 fractions", |
33 ["multipleOf.json:4"] = "multiples of IEEE 754 fractions", | 31 ["multipleOf.json:4"] = "multiples of IEEE 754 fractions", |