• Stars
    star
    3,636
  • Rank 12,088 (Top 0.3 %)
  • Language
    JavaScript
  • License
    Other
  • Created about 9 years ago
  • Updated about 1 month ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The JSON Schema specification

Welcome to JSON Schema

Contributor Covenant Project Status: Active – The project has reached a stable, usable state and is being actively developed. Financial Contributors on Open Collective

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.

Call for contributions and feedback

Reviews, comments and suggestions are most welcome! Please read our guidelines for contributing.

Status

For the current status of issues and pull requests, please see the following labels

Available In Progress Review Needed

Critical High Medium Low

Labels are assigned based on Sensible Github Labels.

Contents

  • 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
    • 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

The Makefile will create the necessary Python venv for you as part of the regular make target.

make clean will remove all output including the venv. To clean just the spec output and keep the venv, use make spec-clean.

If you want to run xml2rfc manually after running make for the first time, you will need to activate the virtual environment:

source .venv/bin/activate

The version of "xml2rfc" that this project uses is updated by modifying requirements.in and running pip-compile requirements.in.

Descriptions of the xml2rfc, I-D documents, and RFC processes:

Test suites

Conformance tests for JSON Schema and its vocabularies may be found in their own repository.

The website

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

The source for the website is maintained in a separate repository.

Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Financial Contributors

Become a financial contributor and help us sustain our community. [Contribute]

Sponsors

Here are our top sponsors. You could be next! [Become a sponsor]

Individuals

License

The contents of this repository are licensed under either the BSD 3-clause license or the Academic Free License v3.0.

More Repositories

1

understanding-json-schema

A website aiming to provide more accessible documentation for JSON schema.
Python
1,516
star
2

JSON-Schema-Test-Suite

A language agnostic test suite for the JSON Schema specifications
Python
605
star
3

json-schema-org.github.io

JSON Schema website
HTML
292
star
4

community

A space to discuss community and organisational related things
81
star
5

json-schema-vocabularies

Experimental vocabularies under consideration for standardization
51
star
6

website

JSON Schema website
HTML
43
star
7

vocab-idl

Help and clarify how JSON Schema can be interpreted from validation rules to data definition. This extends to how those data definitions can be represented in any programming language
19
star
8

json-hyperschema-spec

A *future* location for the JSON Hyper-Schema I-D sources.
14
star
9

tour

A tour of JSON Schema
TypeScript
13
star
10

landscape

The JSON Schema Landscape
8
star
11

json-schema-linting

Linting tools to help build better JSON Schemas
7
star
12

referencing

Proposals for a possible specification encompassing the varying uses of "$ref"
Makefile
6
star
13

.github

Our organization-wide Code of Conduct. Also see the community repository.
6
star
14

json-schema-test-suite-npm

NPM / node.js-specific support for json-schema-org/JSON-Schema-Test-Suite
JavaScript
5
star
15

vocab-database

A proposed JSON Schema vocabulary for common database use cases
5
star
16

blog

The JSON Schema blog
JavaScript
4
star
17

upgrade-downgrade-rules

A set of transformation rules to convert between JSON Schema specification versions
2
star
18

ecosystem

Showcasing and documenting the JSON Schema Ecosystem
JavaScript
2
star
19

TSC

The repository where the JSON Schema TSC discuss and decide things
1
star
20

conference

The JSON Schema conference website
HTML
1
star
21

repo-template

A template repo that's pre-initialized with a license, CoC, etc.
1
star