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

Adds missing drafts to specification links page #118

Merged
merged 2 commits into from
Jun 14, 2017
Merged
Changes from all commits
Commits
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
11 changes: 11 additions & 0 deletions specification-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ layout: page

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

You can find the latest released draft on the [Specification](/documentation.md) page. Older drafts are expired, but may be of historical interest.

* TOC
{:toc}

Expand Down Expand Up @@ -48,3 +50,12 @@ Hyper-Schema:
- 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))

## Draft 3

- Core: [draft-zyp-json-schema-03](https://tools.ietf.org/html/draft-zyp-json-schema-03) ([changes](https://tools.ietf.org/html/draft-zyp-json-schema-03#appendix-A))
- Validation: none (included in Core)
- Hyper-Schema: none (included in Core)

## Drafts 0/1/2
These older drafts can be found on GitHub: [Draft 0](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-00), [Draft 1](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-01), [Draft 2](https://github.com/json-schema-org/json-schema-org.github.io/tree/master/draft-02)