Skip to content

Commit 0ffa6e1

Browse files
committed
Fix project description
The current project description is misleading, as it supports only draft 3 but not draft 4. (Related to garycourt#73.)
1 parent e539d4d commit 0ffa6e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ JSV: JSON Schema Validator
44
JSV is a JavaScript implementation of a extendable, fully compliant JSON Schema validator with the following features:
55

66
* The fastest extendable JSON validator available!
7-
* Complete implementation of all current JSON Schema draft revisions.
7+
* Complete implementation of all JSON Schema versions up to draft 3 (draft-zyp-json-schema-03).
88
* Supports creating individual environments (sandboxes) that validate using a particular schema specification.
99
* Provides an intuitive API for creating new validating schema attributes, or whole new custom schema schemas.
1010
* Supports `self`, `full` and `describedby` hyper links.

0 commit comments

Comments
 (0)