From 7c506bae7baac3c8ca3161a6d5d51ebcafe63bba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20J=C3=B6rg=20Schmidt?= Date: Mon, 29 Jun 2015 11:53:10 +0200 Subject: [PATCH] Be more specific about schema version support --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35c8120..ed2bf09 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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. \ No newline at end of file + or implied, of Gary Court or the JSON Schema specification.