|
3 | 3 | This repository contains the current, and historical, JSON Schema
|
4 | 4 | specifications.
|
5 | 5 |
|
| 6 | + |
6 | 7 | ## Call for reviews
|
7 | 8 |
|
8 | 9 | Specifications are starting to get written. Reviews, comments and suggestions
|
9 | 10 | are of paramount importance to JSON Schema. It is humbly asked to you, dear
|
10 | 11 | reader, that you bring your contribution.
|
11 | 12 |
|
| 13 | + |
| 14 | +## Contents |
| 15 | + |
| 16 | +Makefile - scripts to build the Internet-Draft txt/html |
| 17 | +archive - files for other/older JSON Schema implementations |
| 18 | +hyper-schema.json - the JSON Hyper-schema meta-schema |
| 19 | +schema.json - the JSON Schema meta-schema |
| 20 | +jsonschema-core.xml - sources for "core" spec |
| 21 | +jsonschema-validation - sources for JSON Schema validation |
| 22 | +jsonschema-hyperschema.xml - sources for hyper-schema spec |
| 23 | + |
| 24 | +Type "make" at a shell to build the .txt and .html spec files. |
| 25 | + |
| 26 | +A primer on the RFC XML format is at <https://xml2rfc.tools.ietf.org/authoring/draft-mrose-writing-rfcs.html> |
| 27 | + |
| 28 | + |
12 | 29 | ## The website
|
13 | 30 |
|
14 | 31 | The JSON Schema web site is at http://json-schema.org/
|
15 | 32 |
|
| 33 | +The source for the website is maintained in a separate repository. |
| 34 | + |
| 35 | + |
16 | 36 | ## License
|
17 | 37 |
|
18 | 38 | The source material in this repository is licensed under the AFL or BSD license.
|
0 commit comments