File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -89,15 +89,9 @@ Schema Versioning
89
89
-----------------
90
90
91
91
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.
101
95
102
96
Release Notes
103
97
-------------
You can’t perform that action at this time.
0 commit comments