We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e539d4d commit 0ffa6e1Copy full SHA for 0ffa6e1
README.md
@@ -4,7 +4,7 @@ JSV: JSON Schema Validator
4
JSV is a JavaScript implementation of a extendable, fully compliant JSON Schema validator with the following features:
5
6
* The fastest extendable JSON validator available!
7
-* Complete implementation of all current JSON Schema draft revisions.
+* Complete implementation of all JSON Schema versions up to draft 3 (draft-zyp-json-schema-03).
8
* Supports creating individual environments (sandboxes) that validate using a particular schema specification.
9
* Provides an intuitive API for creating new validating schema attributes, or whole new custom schema schemas.
10
* Supports `self`, `full` and `describedby` hyper links.
0 commit comments