|
1 |
| -## Welcome to JSON Schema |
| 1 | +## Repo for the JSON Schema website! |
2 | 2 |
|
3 |
| -This repository contains the current, and historical, JSON Schema |
4 |
| -specifications, along wit a CommonJS implementation (authored by Kris Zyp, one |
5 |
| -of the initiators of JSON Schema). |
| 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. |
6 | 5 |
|
7 |
| -## Call for reviews |
8 |
| - |
9 |
| -Specifications are starting to get written. Reviews, comments and suggestions |
10 |
| -are of paramount importance to JSON Schema. It is humbly asked to you, dear |
11 |
| -reader, that you bring your contribution. |
12 |
| - |
13 |
| -Proposed specifications are here: |
14 |
| - |
15 |
| -https://github.com/json-schema/json-schema/tree/next/proposals |
16 |
| - |
17 |
| -Pull requests _will_ be considered. |
18 |
| - |
19 |
| -## The wiki |
20 |
| - |
21 |
| -The <a href="https://github.com/json-schema/json-schema/wiki">wiki</a> contains |
22 |
| -a detailed description of JSON Schema, and discussion about the next version of |
23 |
| -the specification. |
24 |
| - |
25 |
| -## The website |
| 6 | +For current work on JSON Schema, please see https://github.com/json-schema-org/json-schema-spec |
26 | 7 |
|
27 | 8 | The JSON Schema web site is at http://json-schema.org
|
28 | 9 |
|
29 |
| -Note that the content of the aforementioned web site is available from this |
30 |
| -repository (branch <tt>gh-pages</tt>). Pull requests to improve the content of |
31 |
| -the site will be considered. |
32 | 10 |
|
33 | 11 | ## License
|
34 | 12 |
|
35 | 13 | The source material in this repository is licensed under the AFL or BSD license.
|
36 |
| - |
0 commit comments