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

Commit 16fd62e

Browse files
committed
Added json-schema-validator
Draft 3 based validator written in python https://github.com/zyga/json-schema-validator
1 parent f8944c9 commit 16fd62e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

implementations.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ <h2>Haskell</h2>
6969
<h2>Python</h2>
7070

7171
<ul>
72-
<li><a href="https://github.com/Julian/jsonschema">jsonschema</a>.</li>
72+
<li><a href="https://github.com/Julian/jsonschema">jsonschema</a>;</li>
73+
<li><a href="https://github.com/zyga/json-schema-validator">json-schema-validator</a>.</li>
7374
</ul>
7475

7576
</div> <!-- style="padding-left:40px; margin-right:-40px;" class="span4" -->

0 commit comments

Comments
 (0)