README.md

Path: README.md
Last Update: Mon Aug 01 09:56:10 +0000 2016

[![Travis](travis-ci.org/ruby-json-schema/json-schema.svg?branch=master)](https://travis-ci.org/ruby-json-schema/json-schema) [![Code Climate](codeclimate.com/github/ruby-json-schema/json-schema/badges/gpa.svg)](https://codeclimate.com/github/ruby-json-schema/json-schema)

Ruby JSON Schema Validator

====================

This library is intended to provide Ruby with an interface for validating JSON objects against a JSON schema conforming to [JSON Schema Draft 4](tools.ietf.org/html/draft-zyp-json-schema-04). Legacy support for [JSON Schema Draft 3](tools.ietf.org/html/draft-zyp-json-schema-03), [JSON Schema Draft 2](tools.ietf.org/html/draft-zyp-json-schema-02), and [JSON Schema Draft 1](tools.ietf.org/html/draft-zyp-json-schema-01) is also included.

Additional Resources

[Validate]