Skip to content

Commit d846fba

Browse files
committed
Merge pull request json-schema-org#125 from Soylent/patch-1
Add a link to another ruby implementation of JSON schema
2 parents fe31baa + 36d4580 commit d846fba

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
@@ -38,7 +38,7 @@ <h1>json-schema.org</h1>
3838
</div>
3939

4040
<div class="show-hide" data-target="validator-list"></div>
41-
<h2>Validators (26)</h2>
41+
<h2>Validators (27)</h2>
4242
<div class="block" id="validator-list">
4343
<h3>JavaScript</h3>
4444
<ul>
@@ -68,6 +68,7 @@ <h3>Ruby</h3>
6868
<ul>
6969
<li><a id="link-impl-ruby-jsonchema" href="https://github.com/Constellation/ruby-jsonchema">ruby-jsonschema</a> (MIT)</li>
7070
<li><a id="link-impl-ruby-hoxworth-json-schema" href="https://github.com/hoxworth/json-schema">json-schema</a> - <em>supports version 4</em> (MIT)</li>
71+
<li><a id="link-impl-ruby-jschema" href="https://github.com/Soylent/jschema">JSchema</a> - <em>supports version 4</em> (MIT)</li>
7172
</ul>
7273

7374
<h3>Perl</h3>

0 commit comments

Comments
 (0)