Skip to content

Commit 6246024

Browse files
authored
Merge pull request #50 from awwright/master
Fix a lot of id/ref/dereferencing problems
2 parents 69d7ed3 + e73a650 commit 6246024

File tree

5 files changed

+281
-392
lines changed

5 files changed

+281
-392
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ XML2RFC=xml2rfc
22

33
OUT = \
44
jsonschema-core.html jsonschema-core.txt \
5-
jsonschema-schema.html jsonschema-schema.txt \
5+
jsonschema-validation.html jsonschema-validation.txt \
66
jsonschema-hyperschema.html jsonschema-hyperschema.txt
77

88

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,36 @@
33
This repository contains the current, and historical, JSON Schema
44
specifications.
55

6+
67
## Call for reviews
78

89
Specifications are starting to get written. Reviews, comments and suggestions
910
are of paramount importance to JSON Schema. It is humbly asked to you, dear
1011
reader, that you bring your contribution.
1112

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+
1229
## The website
1330

1431
The JSON Schema web site is at http://json-schema.org/
1532

33+
The source for the website is maintained in a separate repository.
34+
35+
1636
## License
1737

1838
The source material in this repository is licensed under the AFL or BSD license.

0 commit comments

Comments
 (0)