JSON Schema is a vocabulary that allows you to validate, annotate, and manipulate JSON documents.
This repository contains the sources for the work in progress of the next set of JSON Schema IETF Internet Draft (I-D) documents. For the latest released I-Ds, please see the Specification page on the website.
Reviews, comments and suggestions are most welcome! Please read our guidelines for contributing.
For the current status of issues and pull requests, please see the following labels
Labels are assigned based on Sensible Github Labels.
- Makefile - scripts to build the Internet-Draft txt/html
- Internet-Draft sources
- jsonschema-core.xml - source for JSON Schema's "core" I-D
- jsonschema-validation.xml - source for the validation vocabulary I-D
- jsonschema-hyperschema.xml - source for the hyper-schema vocabulary I-D
- relative-json-pointer.xml - source for the Relative JSON Pointer I-D
- meta-schemas and recommended output formats
- schema.json - JSON Schema "core" and Validation meta-schema
- hyper-schema.json - JSON Hyper-Schema meta-schema
- links.json - JSON Hyper-Schema's Link Description Object meta-schema
- hyper-schema-output.json - The recommended output format for JSON Hyper-Schema links
Type "make" at a shell to build the .txt and .html spec files.
Descriptions of the xml2rfc, I-D documents, and RFC processes:
- https://xml2rfc.tools.ietf.org/authoring/draft-mrose-writing-rfcs.html
- https://www.ietf.org/tao.html
- https://www.ietf.org/ietf-ftp/1id-guidelines.html
- https://www.rfc-editor.org/rfc/rfc7322.txt
Conformance tests for JSON Schema and its vocabularies may be found in their own repository.
The JSON Schema web site is at http://json-schema.org/
The source for the website is maintained in a separate repository.
This project exists thanks to all the people who contribute. [Contribute].
Become a financial contributor and help us sustain our community. [Contribute]
Here are our top sponsors. You could be next! [Become a sponsor]
The source material in this repository is licensed under the AFL or BSD license.