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

Commit 4bbc001

Browse files
committed
Merge upstream changes into markdownify
2 parents e05c9a0 + 6cc5da7 commit 4bbc001

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed

documentation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ layout: page
55
Specification
66
-------------
77

8-
The latest Internet-Draft at the IETF is v5, published 2016-10-13. (Due to a change in authorship the I-D numbering has been reset). The specification is split into three parts, Core, Validation, and Hyper-Schema:
8+
The latest Internet-Drafts at the IETF are the draft-wright-json-schema\*-01 documents, which correspond to the draft-06 meta-schemas. These were published on 2017-04-15. (Due to a change in authorship the I-D numbering was reset with the previous draft). The specification is split into three parts, Core, Validation, and Hyper-Schema:
99

1010
|--------------------------------------------------------------|-------------------------------------------------|
1111
| [JSON Schema Core](latest/json-schema-core.html) | defines the basic foundation of JSON Schema |
1212
| [JSON Schema Validation](latest/json-schema-validation.html) | defines the validation keywords of JSON Schema |
1313
| [JSON Hyper-Schema](latest/json-schema-hypermedia.html) | defines the hyper-media keywords of JSON Schema |
1414

15-
They are also available on the IETF main site: [core (draft-wright-json-schema-00)](http://tools.ietf.org/html/draft-wright-json-schema-00), [validation (draft-wright-json-schema-validation-00)](http://tools.ietf.org/html/draft-wright-json-schema-validation-00) and [hyper-schema (draft-wright-json-schema-hyperschema-00)](http://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00).
15+
They are also available on the IETF main site: [core (draft-wright-json-schema-01)](http://tools.ietf.org/html/draft-wright-json-schema-01), [validation (draft-wright-json-schema-validation-01)](http://tools.ietf.org/html/draft-wright-json-schema-validation-01) and [hyper-schema (draft-wright-json-schema-hyperschema-01)](http://tools.ietf.org/html/draft-wright-json-schema-hyperschema-01).
1616

1717
For previous versions of the specification, please see the [Specification Links](https://github.com/json-schema-org/json-schema-spec/wiki/Specification-Links) page on our github wiki.
1818

@@ -21,7 +21,7 @@ Meta-schemas
2121

2222
The meta-schemas are the schemas which define the JSON Schema and Hyper-Schema formats.
2323

24-
The latest meta-schema is draft-04. A future release with additional keywords will be published in the near future.
24+
The latest meta-schema is draft-06.
2525

2626
|--------------------------------------------------------------|------------------------------------------------------------|
2727
| [Core/Validation Meta-Schema](http://json-schema.org/schema) | Used for schemas written for pure validation. |

draft-06/hyper-schema

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,16 +41,12 @@
4141
"description": "media type (as defined by RFC 2046) describing the link target",
4242
"type": "string"
4343
},
44-
"method": {
45-
"description": "specifies that the client can construct a templated query (\"get\") or non-idempotent request (\"post\") to a resource.",
46-
"type": "string"
47-
},
48-
"encType": {
44+
"submissionEncType": {
4945
"description": "The media type in which to submit data along with the request",
5046
"type": "string",
5147
"default": "application/json"
5248
},
53-
"schema": {
49+
"submissionSchema": {
5450
"description": "Schema describing the data to submit along with the request",
5551
"allOf": [ { "$ref": "#" } ]
5652
}

draft-06/links

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,12 @@
3030
"description": "media type (as defined by RFC 2046) describing the link target",
3131
"type": "string"
3232
},
33-
"method": {
34-
"description": "specifies that the client can construct a templated query (\"get\") or non-idempotent request (\"post\") to a resource.",
35-
"type": "string"
36-
},
37-
"encType": {
33+
"submissionEncType": {
3834
"description": "The media type in which to submit data along with the request",
3935
"type": "string",
4036
"default": "application/json"
4137
},
42-
"schema": {
38+
"submissionSchema": {
4339
"description": "Schema describing the data to submit along with the request",
4440
"allOf": [ { "$ref": "hyper-schema#" } ]
4541
}

implementations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ UI generation
150150
- <a href="http://jsonary.com/" id="link-impl-jsonary">Jsonary</a> - *supports version 4* (MIT)
151151
- <a href="http://metawidget.org/" id="link-impl-metawidget">Metawidget</a> (LGPL)
152152
- <a href="https://github.com/Limenius/liform-react" id="link-impl-liform-react">Liform-react</a> (MIT)
153+
- <a href="http://jsonforms.io" id="link-impl-jsonforms">JSON Forms</a> (MIT)
153154

154155
Editors
155156
-------
@@ -191,4 +192,4 @@ Other
191192
- <a href="http://www.dojotoolkit.org/" id="link-impl-dojo">Dojo</a> (AFL or BSD) - supports some aspects of JSON Schema
192193
- <a href="http://schematic-ipsum.herokuapp.com/" id="link-impl-schematic-ipsum">Schematic Ipsum</a> (MIT)
193194
- <a href="https://github.com/tomarad/JSON-Schema-Instantiator" id="link-impl-json-schema-instantiator">JSON-Schema-Instantiator</a> (MIT)
194-
- <a href="https://github.com/andreineculau/json-schema-random" id="link-impl-json-schema-random">JSON Schema Random</a> (Apache 2.0)
195+
- <a href="https://github.com/andreineculau/json-schema-random" id="link-impl-json-schema-random">JSON Schema Random</a> (Apache 2.0)

0 commit comments

Comments
 (0)