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

Commit 6abfd2d

Browse files
committed
Added a Java schema generator to the website.
1 parent 31aa0c3 commit 6abfd2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

implementations.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,11 @@ <h3>Python</h3>
161161
<ul>
162162
<li><a id="link-impl-jsl" href="https://github.com/aromanovich/jsl">JSL</a> (BSD) - a Python DSL for defining JSON Schemas</li>
163163
</ul>
164+
165+
<h3>Java</h3>
166+
<ul>
167+
<li><a id="link-impl-java" href="https://github.com/FasterXML/jackson-module-jsonSchema">Jackson JSON Schema Module</a> - (Apache 2.0)</li>
168+
</ul>
164169
</div>
165170

166171
<div class="show-hide" data-target="parsing-list"></div>

0 commit comments

Comments
 (0)