summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-30 11:05:35 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-30 11:05:35 +0300
commitfd491f971e7197329e200df1f98fcb6e39779bd7 (patch)
tree4100e27f4a3347799912af33d91ec89cd5c4c0e3 /docs
parenta513c99fdae54cbfe633a9de0a0d542a5ba5a545 (diff)
downloadjsonschema-fd491f971e7197329e200df1f98fcb6e39779bd7.tar.gz
Minor non-functional changes to FormatChecker docstrings and __init__.
Diffstat (limited to 'docs')
-rw-r--r--docs/validate.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/validate.rst b/docs/validate.rst
index 870735b..50580bd 100644
--- a/docs/validate.rst
+++ b/docs/validate.rst
@@ -191,6 +191,7 @@ By default, no validation is enforced, but optionally, validation can be enabled
:exclude-members: cls_checks
.. attribute:: checkers
+
A mapping of currently known formats to tuple of functions that validate them and errors that should be caught.
New checkers can be added and removed either per-instance or globally for all checkers using the `FormatChecker.checks` decorator.