@@ -64,17 +64,17 @@ Features
64
64
--------
65
65
66
66
* 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 >`_,
69
69
except for ``dynamicRef `` / ``recursiveRef `` and ``$vocabulary `` (in-progress).
70
70
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 >`_
74
74
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 >`_
76
76
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 >`_
78
78
that can iteratively report *all * validation errors.
79
79
80
80
* `Programmatic querying <https://python-jsonschema.readthedocs.io/en/latest/errors/ >`_
0 commit comments