summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJulian Berman <Julian+git@GrayVines.com>2012-11-29 21:07:25 -0500
committerJulian Berman <Julian+git@GrayVines.com>2012-11-29 21:07:25 -0500
commita3e18b0ae6c247d5594177826b1eef3b684cc235 (patch)
tree7396083186215702ae557b1012ba210d7c80c94d /README.rst
parent84db74338e9102cd1d4886b3844fb413608d3b96 (diff)
downloadjsonschema-a3e18b0ae6c247d5594177826b1eef3b684cc235.tar.gz
Minor cleanup.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst18
1 files changed, 5 insertions, 13 deletions
diff --git a/README.rst b/README.rst
index 4b258e2..1f15062 100644
--- a/README.rst
+++ b/README.rst
@@ -2,9 +2,8 @@
jsonschema
==========
-``jsonschema`` is an implementation of JSON Schema (currently in `Draft 3
-<http://tools.ietf.org/html/draft-zyp-json-schema-03>`_) for Python (supporting
-2.6+ including Python 3).
+``jsonschema`` is an implementation of `JSON Schema <http://json-schema.org>`_
+for Python (supporting 2.6+ including Python 3).
.. code:: python
@@ -33,7 +32,9 @@ jsonschema
Features
--------
-* Full support for Draft 3 of the Schema
+* Full support for
+ `Draft 3 <http://tools.ietf.org/html/draft-zyp-json-schema-03>`_
+ of the Schema
* Lazy validation that can iteratively report *all* validation errors.
@@ -83,15 +84,6 @@ Features
'spam' is not of type 'number'
-Schema Versioning
------------------
-
-JSON Schema is, at the time of this writing, seemingly at Draft 3, with
-preparations for Draft 4 underway. As of right now, Draft 3 is the only
-supported version, and the default when validating. Preparations for
-implementing some Draft 4 support are in progress.
-
-
Release Notes
-------------