We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7f0355 commit 2ec9d7fCopy full SHA for 2ec9d7f
README.md
@@ -5,7 +5,7 @@
5
6
Dynamic JSON Schema Validator
7
8
-Current package supports **JSON Schema v4** and it contains utils for validating objects against schemas.
+Current package supports **JSON Schema v6 and v4**. It contains utils to validate objects against schemas.
9
This is a part of **djv** packages aimed to work with json-schema.
10
11
- [djv](https://github.com/korzio/djv) validate object against schemas
@@ -192,6 +192,7 @@ npm test
192
193
## References <a name="references"></a>
194
195
+* [JSON-Schema Specification](http://json-schema.org/)
196
* [JSON Schema Benchmark](https://github.com/ebdrup/json-schema-benchmark)
197
198
<!---
0 commit comments