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

Commit 31cab62

Browse files
authored
Merge branch 'master' into clarify-these-are-drafts
2 parents 9260798 + bcac35e commit 31cab62

File tree

4 files changed

+25
-9
lines changed

4 files changed

+25
-9
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Thank you for your interest in contributing to JSON Schema! Your participation is appreciated!
2+
3+
If your question/request/change concerns the [JSON Schema Website](json-schema.org) you are in the right place. If your question/request/change concerns the JSON Schema specification drafts or meta-schemas, please go to [the JSON Schema specification repository](https://github.com/json-schema-org/json-schema-spec).

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
## Repo for the JSON Schema website!
1+
# JSON Schema Website
22

3-
This repo is currently undergoing a complete restructuring and removing of content not related to the website.
4-
It was a copy of the gh-pages branch over on the old org repo.
3+
This is the repository for the [JSON Schema website](http://json-schema.org).
54

6-
For current work on JSON Schema, please see https://github.com/json-schema-org/json-schema-spec
7-
8-
The JSON Schema web site is at http://json-schema.org
5+
For issues, discussion, and changes to the JSON Schema specification, please use the [json-schema-spec](https://github.com/json-schema-org/json-schema-spec) repository.
96

107
## Status
11-
For the current status of issues and pull requests, please see the following labels
8+
For the current status of issues and pull requests, please see the following badges
9+
10+
[![Issues](https://img.shields.io/github/issues-raw/json-schema-org/json-schema-org.github.io.svg)](https://github.com/json-schema-org/json-schema-org.github.io/issues)
1211

1312
[![Available](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Status:%20Available.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/issues?q=is%3Aopen+is%3Aissue+label%3A%22Status%3A+Available%22) [![In Progress](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Status:%20In%20Progress.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Status:%20In%20Progress) [![Review Needed](https://img.shields.io/waffle/label/json-schema-org/json-schema-org.github.io/Status:%20Review%20Needed.svg?style=flat)](https://github.com/json-schema-org/json-schema-org.github.io/labels/Status%3A%20Review%20Needed)
1413

implementations.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
---
22
layout: page
33
title: Software
4-
permalink: /implementations
4+
permalink: /implementations.html
55
---
66

7+
* TOC
8+
{:toc}
9+
710
Implementations below are written in different languages, and support part, or all, of the specification.
811

9-
Implementations below are classified based on their functionality. When known, the license of the project is also mentioned.
12+
Implementations are classified based on their functionality. When known, the license of the project is also mentioned.
1013

1114
If you have updates to this list, make a pull request on the [GitHub repo](https://github.com/json-schema-org/json-schema-org.github.io).
1215

specification-links.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ layout: page
55

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

8+
You can find the latest released draft on the [Specification](/documentation.md) page. Older drafts are expired, but may be of historical interest.
9+
810
* TOC
911
{:toc}
1012

@@ -48,3 +50,12 @@ Hyper-Schema:
4850
- 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))
4951
- 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))
5052
- 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))
53+
54+
## Draft 3
55+
56+
- 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))
57+
- Validation: none (included in Core)
58+
- Hyper-Schema: none (included in Core)
59+
60+
## Drafts 0/1/2
61+
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)

0 commit comments

Comments
 (0)