Skip to content

Commit 81ebe5e

Browse files
Charlie OwenCharlie Owen
authored andcommitted
Merge remote-tracking branch 'upstream/master'
2 parents 7ac6f61 + 254dc05 commit 81ebe5e

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

_includes/draft-06

draft-07/json-hyper-schema-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ should almost certainly be dropped. Other than that:
115115

116116
#### PATCH
117117

118-
It was never entirely clear how to model a propert PATCH (that uses
118+
It was never entirely clear how to model a proper PATCH (that uses
119119
a patch media type rather than `application/json` in the request) in Hyper-Schema.
120120
One option was to treat it identically to PUT except with the patch media type
121121
in `encType`. Assuming that approach (and the same `taregetSchema`/`mediaType`

implementations.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
137137

138138
- .NET
139139
- [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
141141
- Golang
142142
- [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*
143143
- PHP
@@ -150,7 +150,7 @@ For example, the only incompatibilities between draft-04 and draft-06 involve `e
150150
- Scala
151151
- [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
152152
- 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
154154
- [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
155155

156156

@@ -189,10 +189,10 @@ Various levels of support for UI generation primarily from the validation vocabu
189189
- [JSON Editor](https://github.com/jdorn/json-editor) (MIT)
190190
- [JSON Form (joshfire)](https://github.com/joshfire/jsonform) (joshfire) (MIT)
191191
- [Json Forms (brutusin)](https://github.com/brutusin/json-forms) (brutusin) (MIT)
192-
- [JSONForms (jsonforms.io)](http://jsonforms.io) (EclipseSource) (MIT)
193-
- [Jsonary](http://jsonary.com/) (MIT)
192+
- [JSONForms (jsonforms.io)](https://jsonforms.io/) (EclipseSource) (MIT)
193+
- [Jsonary](https://github.com/jsonary-js/) (MIT)
194194
- [Liform-react](https://github.com/Limenius/liform-react) (MIT)
195-
- [Metawidget](http://metawidget.org/) (LGPL)
195+
- [Metawidget](https://metawidget.org/) (LGPL)
196196
- [pure-form webcomponent](https://github.com/john-doherty/pure-form) (MIT)
197197
- [React JSON Schema Form (mozilla)](https://github.com/mozilla-services/react-jsonschema-form) (Apache 2)
198198
- [React Schema Form (networknt)](https://github.com/networknt/react-schema-form) (MIT)
@@ -247,11 +247,11 @@ _None currently support draft-06 or later._
247247
_TODO: Sort by draft support._
248248

249249
- [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*
251-
- [JSONBuddy](http://www.json-buddy.com/) - *Grid-style JSON editor and context sensitive entry-helpers based on JSON schema*
250+
- [Visual Studio 2013](https://www.visualstudio.com/) - *Auto-completion and tooltips based on JSON schema draft 3 and draft 4*
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.*
252252
- [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*
253253
- [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*
255255
- [JSON Schema Editor](https://json-schema-editor.tangramjs.com) - *An intuitive editor for JSON schema online*
256256
- [JSON Editor](https://json-editor.tangramjs.com) - *An online, schema-aware editor for JSON document*
257257
- [Eclipse IDE](https://www.eclipse.org/downloads/eclipse-packages) - *Rich JSON edition supporting schema for instantaneous validation and error reporting, completion, documentation.*

learn/getting-started-step-by-step.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ So far our JSON schema has been wholly self contained. It is very common to shar
276276

277277
For this example we introduce a new JSON Schema resource and for both properties therein:
278278
* We use the `minimum` validation keyword noted earlier.
279-
* We add the http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.2.2 validation keyword.
279+
* We add the [`maximum`](http://json-schema.org/latest/json-schema-validation.html#rfc.section.6.2.2) validation keyword.
280280
* Combined, these give us a range to use in validation.
281281

282282
```json

specification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ The specification is split into three parts, Core, Validation, and Hyper-Schema,
2727
| [Relative JSON Pointers](latest/relative-json-pointer.html) | extends the JSON Pointer syntax for relative pointers |
2828

2929
They are also available on the IETF main site:
30-
* [draft-handrews-json-schema-01 (core)](http://tools.ietf.org/html/draft-handrews-json-schema-01)
31-
* [draft-handrews-json-schema-validation-01](http://tools.ietf.org/html/draft-handrews-json-schema-validation-01)
32-
* [draft-handrews-json-schema-hyperschema-01](http://tools.ietf.org/html/draft-handrews-json-schema-hyperschema-01) ([errata](https://github.com/json-schema-org/json-schema-spec/issues?q=label%3Aerrata+label%3Ahypermedia))
30+
* [draft-handrews-json-schema-01 (core)](https://tools.ietf.org/html/draft-handrews-json-schema-01)
31+
* [draft-handrews-json-schema-validation-01](https://tools.ietf.org/html/draft-handrews-json-schema-validation-01)
32+
* [draft-handrews-json-schema-hyperschema-01](https://tools.ietf.org/html/draft-handrews-json-schema-hyperschema-01) ([errata](https://github.com/json-schema-org/json-schema-spec/issues?q=label%3Aerrata+label%3Ahypermedia))
3333
* [draft-handrews-relative-json-pointer-01](https://tools.ietf.org/html/draft-handrews-relative-json-pointer-01)
3434

3535
Meta-schemas
@@ -47,7 +47,7 @@ _If you are accessing the above meta-schema links **from a web browser**, you wi
4747
Migrating from older drafts
4848
-------------
4949

50-
The release notes discuss the changes impacting users and implementors:
50+
The release notes discuss the changes impacting users and implementers:
5151

5252
- JSON Schema Core and Validation
5353
- [Draft-06 to Draft-07](draft-07/json-schema-release-notes.html)

0 commit comments

Comments
 (0)