We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ed894 commit 4226dd9Copy full SHA for 4226dd9
1 file changed
jsonschema/validators.py
@@ -264,6 +264,7 @@ def extend(validator, validators, version=None):
264
u"maxLength": _validators.maxLength,
265
u"maxProperties": _validators.maxProperties,
266
u"maximum": _validators.maximum_draft6,
267
+ u"minItems": _validators.minItems,
268
u"minLength": _validators.minLength,
269
u"minimum": _validators.minimum_draft6,
270
u"not": _validators.not_,
0 commit comments