Skip to content

Commit ef67408

Browse files
committed
add further ruby implementation details
1 parent 9e73bbe commit ef67408

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

implementations.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ <h3>Ruby</h3>
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>
7171
<li><a id="link-impl-ruby-jschema" href="https://github.com/Soylent/jschema">JSchema</a> - <em>supports version 4</em> (MIT)</li>
72+
<li><a id="link-impl-validators-brandur-json-schema" href="https://github.com/brandur/json_schema">json_schema</a> <em>supports version 4 and hyperschema</em> (MIT)</li>
7273
</ul>
7374

7475
<h3>Perl</h3>
@@ -193,6 +194,11 @@ <h3>JavaScript</h3>
193194
<ul>
194195
<li><a id="link-impl-jsonary" href="http://jsonary.com/">Jsonary</a> - <em>supports version 4</em> (MIT)</li>
195196
</ul>
197+
198+
<h3>Ruby</h3>
199+
<ul>
200+
<li><a id="link-impl-hyper-brandur-json-schema" href="https://github.com/brandur/json_schema">json_schema</a> <em>supports version 4 and hyperschema</em> (MIT)</li>
201+
</ul>
196202
</div>
197203

198204
<div class="show-hide" data-target="documentation-list"></div>
@@ -203,6 +209,11 @@ <h3>JavaScript</h3>
203209
<li><a id="link-impl-matic" href="https://github.com/mattyod/matic">Matic</a> (MIT)</li>
204210
<li><a id="link-impl-docson" href="https://github.com/lbovet/docson">Docson</a> (Apache 2.0)</li>
205211
</ul>
212+
213+
<h3>Ruby</h3>
214+
<ul>
215+
<li><a id="link-impl-prmd" href="https://github.com/interagent/prmd">prmd</a> (MIT)</li>
216+
</ul>
206217
</div>
207218

208219
<div class="show-hide" data-target="other-list"></div>

0 commit comments

Comments
 (0)