Skip to content

Commit 134afd5

Browse files
Added 2 new implementations
1. SchemaStore.org under `Validators` 2. JSON Schema Generator VS extension under `Schema Generation`
1 parent c6e9565 commit 134afd5

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

content/implementations.html

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</div>
88

99
<div class="show-hide" data-target="validator-list"></div>
10-
<h2>Validators (23)</h2>
10+
<h2>Validators (24)</h2>
1111
<div class="block" id="validator-list">
1212
<h3>JavaScript</h3>
1313
<ul>
@@ -79,10 +79,15 @@ <h3>Go</h3>
7979
<ul>
8080
<li><a id="link-impl-gojsonschema" href="https://github.com/sigu-399/gojsonschema">gojsonschema</a> (Apache 2.0)</li>
8181
</ul>
82+
83+
<h3>Online (web tool)</h3>
84+
<ul>
85+
<li><a id="link-impl-schemastore" href="http://schemastore.org/validator/">SchemaStore.org</a> - validate against common JSON Schemas</li>
86+
</ul>
8287
</div>
8388

8489
<div class="show-hide" data-target="schema-generation-list"></div>
85-
<h2>Schema generation (3)</h2>
90+
<h2>Schema generation (4)</h2>
8691
<div class="block" id="schema-generation-list">
8792
<h3>.NET</h3>
8893
<ul>
@@ -98,6 +103,11 @@ <h3>TypeScript</h3>
98103
<ul>
99104
<li><a id="link-impl-typson" href="https://github.com/lbovet/typson">Typson</a> (Apache 2.0)</li>
100105
</ul>
106+
107+
<h3>Visual Studio</h3>
108+
<ul>
109+
<li><a id="link-impl-vs" href="http://visualstudiogallery.msdn.microsoft.com/b4515ef8-a518-41ca-b48c-bb1fd4e6faf7">JSON Schema Generator</a> - free extension</li>
110+
</ul>
101111
</div>
102112

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

0 commit comments

Comments
 (0)