summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-09-29 08:54:43 -0400
committerJulian Berman <Julian@GrayVines.com>2018-09-30 09:37:25 -0400
commit7c16622e291b516ee23e85a05b89a1a5be97b46a (patch)
tree5367786f6d8ed5f2f5ed7f6ea1f12a933088ddc8 /README.rst
parente0add0ee189d9aa97f8326a27da6a925e24a5cae (diff)
downloadjsonschema-7c16622e291b516ee23e85a05b89a1a5be97b46a.tar.gz
First step on Draft7 support.
Add everything that's the same in Draft6, which appears to just leave out if/then/else.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 5069edf..99c0b37 100644
--- a/README.rst
+++ b/README.rst
@@ -57,6 +57,7 @@ Features
--------
* Full support for
+ `Draft 7 <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.Draft7Validator>`_,
`Draft 6 <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.Draft6Validator>`_,
`Draft 4 <https://python-jsonschema.readthedocs.io/en/latest/validate/#jsonschema.Draft4Validator>`_
and