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 committed Feb 7, 2017
1 parent e539d4d commit a43b1c7
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 @@ -205,7 +205,7 @@ Currently, the unit tests can not be run in Node.js.
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

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.

0 comments on commit a43b1c7

Please sign in to comment.