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 a5ec1c4 commit 9101341Copy full SHA for 9101341
docs/validate.rst
@@ -68,9 +68,9 @@ adhere to.
68
class objects that will be checked via ``isinstance``. See
69
:ref:`validating-types` for details.
70
:type types: dict or iterable of 2-tuples
71
- :argument resolver: an object with a ``resolve()`` method that will be used
+ :argument resolver: an instance of :class:`RefResolver` that will be used
72
to resolve ``$ref`` properties (JSON references). If
73
- unprovided, a :class:`RefResolver` is created and used.
+ unprovided, one will be created.
74
:argument format_checker: an object with a ``conform()`` method that will
75
be called to check and see if instances conform
76
to each ``format`` property present in the
0 commit comments