Update readme and docs with Draft4Validator.

This commit is contained in:
Julian Berman
2013-02-24 02:04:45 -05:00
parent 01f7d11303
commit 1f5384ae13
2 changed files with 6 additions and 3 deletions

View File

@@ -32,9 +32,10 @@ for Python (supporting 2.6+ including Python 3).
Features
--------
* `Full support <https://python-jsonschema.readthedocs.org/en/latest/#jsonschema.Draft3Validator>`_
for `Draft 3 <http://tools.ietf.org/html/draft-zyp-json-schema-03>`_ of the
schema
* Full support for
`Draft 3 <https://python-jsonschema.readthedocs.org/en/latest/validate.html#jsonschema.Draft3Validator>`_
and **`Draft 4 <https://python-jsonschema.readthedocs.org/en/latest/validate.html#jsonschema.Draft4Validator>`_**
of the schema.
* `Lazy validation <https://python-jsonschema.readthedocs.org/en/latest/validate.html#jsonschema.IValidator.iter_errors>`_
that can iteratively report *all* validation errors.

View File

@@ -199,6 +199,8 @@ implements.
.. autoclass:: Draft3Validator
.. autoclass:: Draft4Validator
Validating Formats
------------------