You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: content/implementations.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,7 @@ <h3>.NET</h3>
103
103
<h3>Online (web tool)</h3>
104
104
<ul>
105
105
<li><ahref="http://www.jsonschema.net/">jsonschema.net</a> - generates schemas from example data</li>
106
+
<li><aid="link-impl-guru-ui" href="http://schemaguru.snowplowanalytics.com/">Schema Guru Web UI</a> - derives precise Schemas using several JSON instances. Based on <ahref="link-impl-guru">Schema Guru</a></li>
106
107
</ul>
107
108
108
109
<h3>TypeScript</h3>
@@ -119,6 +120,11 @@ <h3>Python</h3>
119
120
<ul>
120
121
<li><aid="link-impl-jsl" href="https://github.com/aromanovich/jsl">JSL</a> (BSD) - a Python DSL for defining JSON Schemas</li>
121
122
</ul>
123
+
124
+
<h3>Scala</h3>
125
+
<ul>
126
+
<li><aid="link-impl-guru" href="https://github.com/snowplow/schema-guru">Schema Guru</a> (Apache 2.0) - CLI util, Spark Job and Web UI for deriving JSON Schemas out of corpus of JSON instances</li>
0 commit comments