Skip to content

Commit

Permalink
Fix project description
Browse files Browse the repository at this point in the history
The current project description is misleading, as it supports only draft 3 but not draft 4.

(Related to garycourt#73.)
  • Loading branch information
vog authored Feb 7, 2017
1 parent e539d4d commit b3bec15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JSV: JSON Schema Validator
JSV is a JavaScript implementation of a extendable, fully compliant JSON Schema validator with the following features:

* The fastest extendable JSON validator available!
* 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).
* Supports creating individual environments (sandboxes) that validate using a particular schema specification.
* Provides an intuitive API for creating new validating schema attributes, or whole new custom schema schemas.
* Supports `self`, `full` and `describedby` hyper links.
Expand Down Expand Up @@ -208,4 +208,4 @@ Currently, the unit tests can not be run in Node.js.

The views and conclusions contained in the software and documentation are those of the
authors and should not be interpreted as representing official policies, either expressed
or implied, of Gary Court or the JSON Schema specification.
or implied, of Gary Court or the JSON Schema specification.

0 comments on commit b3bec15

Please sign in to comment.