Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be more specific about schema version support #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 JSON Schema draft revisions upto `json-schema-draft-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.