You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: implementations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ Validators
64
64
- <ahref="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)
65
65
- <ahref="https://github.com/networknt/json-schema-validator"id="link-impl-networknt-json-schema">json-schema-validator</a> - *supports version 4* (Apache License 2.0)
66
66
- JavaScript <aid="validator-javascript"></a>
67
-
- <ahref="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)
67
+
- <ahref="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)
68
68
- <ahref="https://github.com/tdegrunt/jsonschema"id="link-impl-tdegrunt-jsonschema">jsonschema</a> for Node.js - *supports version 4* (MIT)
69
69
- <ahref="https://github.com/mafintosh/is-my-json-valid"id="link-impl-is-my-json-valid">is-my-json-valid</a> - *supports version 4* (MIT)
70
70
- <ahref="http://geraintluff.github.com/tv4/"id="link-impl-tv4">tv4</a> - *supports version 4* (Public Domain)
0 commit comments