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 75b2048 commit 46941e3Copy full SHA for 46941e3
jsonschema/validators.py
@@ -163,7 +163,7 @@ def create(
163
default_types=None,
164
type_checker=None,
165
id_of=_id_of,
166
- format_checker=None
+ format_checker=None,
167
):
168
"""
169
Create a new validator class.
@@ -214,7 +214,14 @@ def create(
214
215
id_of (callable):
216
217
- A function that given a schema, returns its ID.
+ a function that given a schema, returns its ID.
218
+
219
+ format_checker (jsonschema.FormatChecker):
220
221
+ a format checker, used when applying the :validator:`format`
222
+ validator.
223
224
+ If unprovided, none will be associated.
225
226
Returns:
227
0 commit comments