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 73a9bf4 commit bd448b6Copy full SHA for bd448b6
1 file changed
jsonschema/validators.py
@@ -258,6 +258,7 @@ def extend(validator, validators, version=None):
258
u"enum": _validators.enum,
259
u"exclusiveMaximum": _validators.exclusiveMaximum_draft6,
260
u"exclusiveMinimum": _validators.exclusiveMinimum_draft6,
261
+ u"format": _validators.format,
262
u"items": _validators.items,
263
u"maxLength": _validators.maxLength,
264
u"maximum": _validators.maximum_draft6,
0 commit comments