Skip to content

Commit e44b0b2

Browse files
committed
Don't recommend using version.
It is imminently going to be deprecated.
1 parent 6615916 commit e44b0b2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,9 @@ Schema Versioning
8989
-----------------
9090

9191
JSON Schema is, at the time of this writing, seemingly at Draft 3, with
92-
preparations for Draft 4 underway. The ``Validator`` class and ``validate``
93-
function take a ``version`` argument that you can use to specify what version
94-
of the Schema you are validating under.
95-
96-
As of right now, Draft 3 (``jsonschema.DRAFT_3``) is the only supported
97-
version, and the default when validating. Whether it will remain the default
98-
version in the future when it is superceeded is undecided, so if you want to be
99-
safe, *explicitly* declare which version to use when validating.
100-
92+
preparations for Draft 4 underway. As of right now, Draft 3 is the only
93+
supported version, and the default when validating. Preparations for
94+
implementing some Draft 4 support are in progress.
10195

10296
Release Notes
10397
-------------

0 commit comments

Comments
 (0)