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

Commit dbcdcc4

Browse files
authored
Merge branch 'master' into feat/use-https-for-external-urls
2 parents 080df99 + 0a6bc71 commit dbcdcc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ _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.*
250250
- [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/) - *Grid-style JSON editor and context sensitive entry-helpers based on JSON schema*
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)*
254254
- [JSONEditor Online](https://jsoneditoronline.org/) - *View, edit, format, and validate JSON online*

0 commit comments

Comments
 (0)