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 bb3dd0b commit 9b4350bCopy full SHA for 9b4350b
1 file changed
jsonschema/validators.py
@@ -260,6 +260,7 @@ def extend(validator, validators, version=None):
260
u"exclusiveMinimum": _validators.exclusiveMinimum_draft6,
261
u"format": _validators.format,
262
u"items": _validators.items,
263
+ u"maxItems": _validators.maxItems,
264
u"maxLength": _validators.maxLength,
265
u"maximum": _validators.maximum_draft6,
266
u"minLength": _validators.minLength,
0 commit comments