@@ -64,17 +64,17 @@ Features
6464--------
6565
6666* Partial support for
67- `Draft 2020-12 <https://python-jsonschema.readthedocs.io/en/latest/validate/ #jsonschema.Draft202012Validator >`_ and
68- `Draft 2019-09 <https://python-jsonschema.readthedocs.io/en/latest/validate/ #jsonschema.Draft201909Validator >`_,
67+ `Draft 2020-12 <https://python-jsonschema.readthedocs.io/en/latest/api/jsonschema/validators/ #jsonschema.validators .Draft202012Validator >`_ and
68+ `Draft 2019-09 <https://python-jsonschema.readthedocs.io/en/latest/api/jsonschema/validators/ #jsonschema.validators .Draft201909Validator >`_,
6969 except for ``dynamicRef `` / ``recursiveRef `` and ``$vocabulary `` (in-progress).
7070 Full support for
71- `Draft 7 <https://python-jsonschema.readthedocs.io/en/latest/validate/ #jsonschema.Draft7Validator >`_,
72- `Draft 6 <https://python-jsonschema.readthedocs.io/en/latest/validate/ #jsonschema.Draft6Validator >`_,
73- `Draft 4 <https://python-jsonschema.readthedocs.io/en/latest/validate/ #jsonschema.Draft4Validator >`_
71+ `Draft 7 <https://python-jsonschema.readthedocs.io/en/latest/api/jsonschema/validators/ #jsonschema.validators .Draft7Validator >`_,
72+ `Draft 6 <https://python-jsonschema.readthedocs.io/en/latest/api/jsonschema/validators/ #jsonschema.validators .Draft6Validator >`_,
73+ `Draft 4 <https://python-jsonschema.readthedocs.io/en/latest/api/jsonschema/validators/ #jsonschema.validators .Draft4Validator >`_
7474 and
75- `Draft 3 <https://python-jsonschema.readthedocs.io/en/latest/validate/ #jsonschema.Draft3Validator >`_
75+ `Draft 3 <https://python-jsonschema.readthedocs.io/en/latest/api/jsonschema/validators/ #jsonschema.validators .Draft3Validator >`_
7676
77- * `Lazy validation <https://python-jsonschema.readthedocs.io/en/latest/validate /#jsonschema.protocols.Validator.iter_errors >`_
77+ * `Lazy validation <https://python-jsonschema.readthedocs.io/en/latest/api/jsonschema/protocols /#jsonschema.protocols.Validator.iter_errors >`_
7878 that can iteratively report *all * validation errors.
7979
8080* `Programmatic querying <https://python-jsonschema.readthedocs.io/en/latest/errors/ >`_
0 commit comments