Don't recommend using version.

It is imminently going to be deprecated.
This commit is contained in:
Julian Berman
2012-09-24 18:22:33 -04:00
parent 6615916ffc
commit e44b0b29e3

View File

@@ -89,15 +89,9 @@ Schema Versioning
-----------------
JSON Schema is, at the time of this writing, seemingly at Draft 3, with
preparations for Draft 4 underway. The ``Validator`` class and ``validate``
function take a ``version`` argument that you can use to specify what version
of the Schema you are validating under.
As of right now, Draft 3 (``jsonschema.DRAFT_3``) is the only supported
version, and the default when validating. Whether it will remain the default
version in the future when it is superceeded is undecided, so if you want to be
safe, *explicitly* declare which version to use when validating.
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
-------------