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: examples.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,4 @@ The two examples below are step-by-step guides into building a schema:
30
30
-[a simple example](example1.md) which covers a classical product catalog description.
31
31
-[a more advanced example](example2.md), using JSON Schema to describe filesystem entries in a Unix-like /etc/fstab file.
32
32
33
-
The [Space Telescope Science Institute](http://www.stsci.edu/) has also published a [guide aimed at schema authors](http://spacetelescope.github.io/understanding-json-schema/).
33
+
The [Space Telescope Science Institute](http://www.stsci.edu/) has also published a [guide aimed at schema authors](https://spacetelescope.github.io/understanding-json-schema/).
Copy file name to clipboardExpand all lines: implementations.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
137
137
138
138
- .NET
139
139
-[Json.NET](https://www.newtonsoft.com/jsonschema) (AGPL-3.0) - generates schemas from .NET types
140
-
-[NJsonSchema](http://NJsonSchema.org) - (Ms-PL) - generates schemas from .NET types, see issue [574](https://github.com/RSuter/NJsonSchema/issues/574) for draft-06+ support progress
140
+
-[NJsonSchema](https://github.com/RSuter/NJsonSchema/) - (Ms-PL) - generates schemas from .NET types, see issue [574](https://github.com/RSuter/NJsonSchema/issues/574) for draft-06+ support progress
141
141
- Golang
142
142
-[qri-io/jsonschema](https://github.com/qri-io/jsonschema)(MIT) - idiomatic go implementation with custom validator support, coding to and from json, rich error returns *supports Draft 7*
143
143
- PHP
@@ -150,7 +150,7 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
150
150
- Scala
151
151
-[Schema Guru](https://github.com/snowplow/schema-guru) (Apache 2.0) - CLI util, Spark Job and Web UI for deriving JSON Schemas out of corpus of JSON instances; see issue [178](https://github.com/snowplow/schema-guru/issues/178) for progress towards draft-06+ support
152
152
- Online (web tool)
153
-
-[jsonschema.net](http://www.jsonschema.net) - generates schemas from example data
153
+
-[jsonschema.net](https://www.jsonschema.net/) - generates schemas from example data
154
154
-[quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema
155
155
156
156
@@ -189,10 +189,10 @@ Various levels of support for UI generation primarily from the validation vocabu
-[React JSON Schema Form (mozilla)](https://github.com/mozilla-services/react-jsonschema-form) (Apache 2)
198
198
-[React Schema Form (networknt)](https://github.com/networknt/react-schema-form) (MIT)
@@ -247,11 +247,11 @@ _None currently support draft-06 or later._
247
247
_TODO: Sort by draft support._
248
248
249
249
-[Liquid XML Studio 2016](https://www.liquid-technologies.com/json-schema-editor) - *Graphical JSON schema editor for draft 4, context sensitive intellisense for JSON documents.*
250
-
-[Visual Studio 2013](http://www.visualstudio.com/) - *Auto-completion and tooltips based on JSON schema draft 3 and draft 4*
250
+
-[Visual Studio 2013](https://www.visualstudio.com/) - *Auto-completion and tooltips based on JSON schema draft 3 and draft 4*
251
251
-[JSONBuddy](http://www.json-buddy.com/) - *Text and grid-style JSON editor and validator with context sensitive entry-helpers and sample data generation based on JSON schema. Support for draft 4 and draft 6.*
252
252
-[ReSharper 2016.1](https://www.jetbrains.com/resharper/) - *code completion, inspections and quick fixes for JSON schema in Visual Studio 2010 - 2015, including support for JSON Path and regular expressions for schema editing*
253
253
-[Visual Studio Code](https://code.visualstudio.com/) - *Schema driven code completion, hovers and validation for editing JSON files (including schemas)*
254
-
-[JSONEditor Online](http://jsoneditoronline.org) - *View, edit, format, and validate JSON online*
254
+
-[JSONEditor Online](https://jsoneditoronline.org/) - *View, edit, format, and validate JSON online*
Copy file name to clipboardExpand all lines: index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ Interested? Check out:
91
91
- the growing list of [JSON (Hyper-)Schema software](implementations.html)
92
92
93
93
We encourage updating to the latest specification, as described by the draft-07 meta-schemas. However, if you are still using draft-04, you may be interested in:
94
-
- this [excellent guide](http://spacetelescope.github.io/understanding-json-schema/) for schema authors, from the [Space Telescope Science Institute](http://www.stsci.edu/)
94
+
- this [excellent guide](https://spacetelescope.github.io/understanding-json-schema/) for schema authors, from the [Space Telescope Science Institute](http://www.stsci.edu/)
0 commit comments