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

Add specification links as page on website #87

Merged
merged 28 commits into from
May 26, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
292572e
Created Specification Links (markdown)
Jan 5, 2017
109e10a
Updated Specification Links (markdown)
Jan 5, 2017
f9426e4
Updated Specification Links (markdown)
Jan 5, 2017
7e4cf6f
Updated Specification Links (markdown)
Jan 5, 2017
c3a283e
Updated Specification Links (markdown)
Jan 5, 2017
b2ffab3
Updated Specification Links (markdown)
Jan 5, 2017
e799f2b
Updated Specification Links (markdown)
Jan 5, 2017
1a2a1cf
Updated Specification Links (markdown)
handrews Jan 9, 2017
8e8e0c5
Updated Specification Links (markdown)
handrews Jan 9, 2017
31960ae
Updated Specification Links (markdown)
handrews Feb 21, 2017
2122691
Updated Specification Links (markdown)
handrews Feb 22, 2017
31d355e
Merge branch 'wiki/specification-links'
adamvoss Mar 24, 2017
4ba4e4b
Rename Specification-Links.md
adamvoss Mar 24, 2017
eea24ee
Reorder versions to have newest (most relevant) first
adamvoss Mar 24, 2017
30ff76b
Add links to older drafts and Table of Contents
adamvoss Mar 24, 2017
9ee2bea
Added links to Draft 6 and improved formatting
adamvoss Mar 24, 2017
d7fd4e2
Rename Draft 6 heading to comply with permalink (immutable) comment
adamvoss Mar 24, 2017
af38a07
Make Specification Links an internal link rather than to the wiki
adamvoss Mar 24, 2017
a0e1aa0
Updated Specification Links (markdown)
handrews Apr 17, 2017
e9683ff
Updated Specification Links (markdown)
handrews Apr 17, 2017
45c7b6b
Updated Specification Links (markdown)
handrews Apr 17, 2017
0fd676c
Updated Specification Links (markdown)
handrews Apr 17, 2017
ec998ef
Updated Specification Links (markdown)
handrews Apr 17, 2017
c5bf61b
Updated Specification Links (markdown)
handrews Apr 17, 2017
9ddef59
Updated Specification Links (markdown)
handrews Apr 17, 2017
bedea23
Merge branch 'wiki/specification-links' into specification-links
adamvoss Apr 19, 2017
7292d7a
Try to emphasize unreleased status of latest snapshot
adamvoss Apr 19, 2017
c406e60
Temporarily remove specification links older than Draft 4
adamvoss May 23, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ The latest Internet-Draft at the IETF is v5, published 2016-10-13. (Due to a cha

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).

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.
### Other versions

Please see [Specification Links](specification-links.md) for older versions and the latest unreleased version of the specification.

Meta-schemas
------------
Expand Down
50 changes: 50 additions & 0 deletions specification-links.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Specification Links
layout: page
---

<!-- Links on this page should be immutable -- none of them should go to `/latest`, etc. -->

* TOC
{:toc}

## Latest Snapshot (work in progress)

The next unreleased draft is a work in progress. You can [give feedback and get involved on GitHub](https://github.com/json-schema-org/json-schema-spec).

- Core: [jsonschema-core.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-core.xml)
- Validation: [jsonschema-validation.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-validation.xml)
- Hyper-Schema: [jsonschema-hyperschema.xml](https://github.com/json-schema-org/json-schema-spec/blob/master/jsonschema-hyperschema.xml)


## Draft 6

Core:
* specification: [draft-wright-json-schema-01](https://tools.ietf.org/html/draft-wright-json-schema-01)
* changes: [Appendix B](https://tools.ietf.org/html/draft-wright-json-schema-01#appendix-B)
* meta-schema: [draft-06/schema#](http://json-schema.org/draft-06/schema#)

Validation:
* specification: [draft-wright-json-schema-validation-01](https://tools.ietf.org/html/draft-wright-json-schema-validation-01)
* changes: [Appendix B](https://tools.ietf.org/html/draft-wright-json-schema-validation-01#appendix-B)
* meta-schema: [draft-06/schema#](http://json-schema.org/draft-06/schema#)

Hyper-Schema:
* specification: [draft-wright-json-schema-hyperschema-01](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-01)
* changes: [Appendix B](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-01#appendix-B)
* meta-schema: [draft-06/hyper-schema#](http://json-schema.org/draft-06/hyper-schema#)
* See also the [hyper-schema migration FAQ](https://github.com/json-schema-org/json-schema-spec/wiki/FAQ:-draft-wright-json-schema-hyperschema-01)

## Draft 5

**Note:** Draft 5 was primarily a cleanup of Draft 4 and therefore does not have its own meta-schema. The Draft 4 meta-schema should continue to be used until Draft 6, which will have a new meta-schema, is available.

- Core: [draft-wright-json-schema-00](https://tools.ietf.org/html/draft-wright-json-schema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-00#appendix-B))
- Validation: [draft-wright-json-schema-validation-00](https://tools.ietf.org/html/draft-wright-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-validation-00#appendix-B))
- Hyper-Schema: [draft-wright-json-schema-hyperschema-00](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00) ([changes](https://tools.ietf.org/html/draft-wright-json-schema-hyperschema-00#appendix-B))

## Draft 4

- Core: [draft-zyp-json-schema-04](https://tools.ietf.org/html/draft-zyp-json-schema-04) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-04#appendix-A))
- Validation: [draft-fge-json-schema-validation-00](https://tools.ietf.org/html/draft-fge-json-schema-validation-00) ([changes](https://tools.ietf.org/html/draft-fge-json-schema-validation-00#appendix-A))
- Hyper-Schema: [draft-luff-json-hyper-schema-00](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00) ([changes](https://tools.ietf.org/html/draft-luff-json-hyper-schema-00#appendix-A))