Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

updated ajv description #89

Merged
merged 2 commits into from
Mar 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Validators
- <a href="https://github.com/everit-org/json-schema" id="link-impl-everit-json-schema">json-schema (implementation based on the org.json API)</a> - *supports version 4* (Apache License 2.0)
- <a href="https://github.com/networknt/json-schema-validator" id="link-impl-networknt-json-schema">json-schema-validator</a> - *supports version 4* (Apache License 2.0)
- JavaScript <a id="validator-javascript"></a>
- <a href="https://github.com/epoberezkin/ajv" id="link-impl-ajv">ajv</a> for Node.js and the browser - *supports version 4, validation keywords and $data reference from [version 5 proposals](https://github.com/json-schema/json-schema/wiki/v5-Proposals)* (MIT)
- <a href="https://github.com/epoberezkin/ajv" id="link-impl-ajv">ajv</a> for Node.js and browsers - *supports version 4, version 6, [custom keywords](https://github.com/epoberezkin/ajv-keywords) and [$data reference](https://github.com/json-schema-org/json-schema-spec/issues/51)* (MIT)
- <a href="https://github.com/korzio/djv" id="link-impl-djv">djv</a> for Node.js and browsers - *supports version 4* (MIT)
- <a href="https://github.com/tdegrunt/jsonschema" id="link-impl-tdegrunt-jsonschema">jsonschema</a> for Node.js - *supports version 4* (MIT)
- <a href="https://github.com/mafintosh/is-my-json-valid" id="link-impl-is-my-json-valid">is-my-json-valid</a> - *supports version 4* (MIT)
Expand Down