Skip to content

Commit 09a7d35

Browse files
authored
Merge pull request json-schema-org#28 from epoberezkin/master
Added ajv to implementations
2 parents 844d4b6 + 07d8889 commit 09a7d35

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

implementations.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
</div>
1616

1717
<div class="show-hide" data-target="validator-list"></div>
18-
<h2>Validators (25)</h2>
18+
<h2>Validators (33)</h2>
1919
<div class="block" id="validator-list">
2020
<h3>JavaScript</h3>
2121
<ul>
22+
<li><a id="link-impl-ajv" href="https://github.com/epoberezkin/ajv">ajv</a> for Node.js and the browser - <em>supports version 4, validation keywords and $data reference from <a href="https://github.com/json-schema/json-schema/wiki/v5-Proposals">version 5 proposals</a></em> (MIT)</li>
2223
<li><a id="link-impl-is-my-json-valid" href="https://github.com/mafintosh/is-my-json-valid">is-my-json-valid</a> - <em>supports version 4</em> (MIT)</li>
2324
<li><a id="link-impl-tv4" href="http://geraintluff.github.com/tv4/">tv4</a> - <em>supports version 4</em> (Public Domain)</li>
2425
<li><a id="link-impl-jayschema" href="https://github.com/natesilva/jayschema">JaySchema</a> for Node.js - <em>supports version 4</em> (BSD)</li>
@@ -28,7 +29,7 @@ <h3>JavaScript</h3>
2829
<li><a id="link-impl-kriszyp-jsonschema" href="http://github.com/kriszyp/json-schema">json-schema</a> (AFL or BSD) as part of <a id="link-impl-persvr" href="http://www.persvr.org/">Persevere</a></li>
2930
<li><a id="link-impl-schema-js" href="https://github.com/akidee/schema.js">schema.js</a> (MIT)</li>
3031
<li><a id="link-impl-json-gate" href="https://github.com/oferei/json-gate">json-gate</a> (MIT)</li>
31-
<li><a id="link-impl-jsen" href="https://github.com/bugventure/jsen">JSEN</a> for Node.js - <em>supports version 4</em> (MIT)</li>
32+
<li><a id="link-impl-jsen" href="https://github.com/bugventure/jsen">JSEN</a> for Node.js - <em>supports version 4</em> (MIT)</li>
3233
</ul>
3334

3435
<h3>Java</h3>

0 commit comments

Comments
 (0)