mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +01:00
Update README to reflect current level of v7 support
This commit is contained in:
parent
42cdb3f5b3
commit
a4a1f98186
19
README.md
19
README.md
@ -8,7 +8,7 @@ Valijson provides a simple validation API that allows you to load JSON Schemas,
|
||||
|
||||
## Project Goals ##
|
||||
|
||||
The goal of this project is to support validation of all constraints available in JSON Schema v4, while being competitive with the performance of a hand-written schema validator.
|
||||
The goal of this project is to support validation of all constraints available in JSON Schema v7, while being competitive with the performance of a hand-written schema validator.
|
||||
|
||||
## Usage ##
|
||||
|
||||
@ -139,20 +139,13 @@ Building the Valijson Test Suite, using the instructions above, will also compil
|
||||
|
||||
## JSON Schema Support ##
|
||||
|
||||
Valijson supports most of the constraints defined in [Draft 3](http://tools.ietf.org/search/draft-zyp-json-schema-03) and [Draft 4](http://tools.ietf.org/search/draft-zyp-json-schema-04) of the JSON Schema specification.
|
||||
Valijson supports most of the constraints defined in [Draft 7](https://json-schema.org/draft-07/json-schema-release-notes.html)
|
||||
|
||||
The exceptions for Draft 3 are:
|
||||
The main exceptions are
|
||||
- default
|
||||
- format
|
||||
|
||||
- disallow
|
||||
- extends
|
||||
- format (optional)
|
||||
- readonly
|
||||
|
||||
The exceptions for Draft 4 are:
|
||||
|
||||
- format (optional)
|
||||
|
||||
Support for JSON References is in development.
|
||||
Support for JSON References is in development. It is mostly working, however some of the test cases added to [JSON Schema Test Suite](https://github.com/json-schema/JSON-Schema-Test-Suite) for v6/v7 are still failing.
|
||||
|
||||
## Documentation ##
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user