Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Adding links to meta-schemas of previous drafts #110

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,14 @@ The latest meta-schema is draft-06.
| [Core/Validation meta-schema](http://json-schema.org/schema) | Used for schemas written for pure validation. |
| [Hyper meta-schema](http://json-schema.org/hyper-schema) | Used for schemas written for validation and hyper-linking. |

**If you are accessing the above meta-schema links from a web browser, you will need to save the file then open it as a JSON file.**
**If you are accessing the above meta-schema links from a web browser, you will need to save the file then open it as a JSON file.**

Meta-schemas of previous drafts
-------------------------------

* [Draft 04 core and validation schema](http://json-schema.org/draft-04/schema)
* [Draft 04 hyper-schema](http://json-schema.org/draft-04/hyper-schema)


* [Draft 03 core and validation schema](http://json-schema.org/draft-03/schema)
* [Draft 03 hyper-schema](http://json-schema.org/draft-03/hyper-schema)
2 changes: 1 addition & 1 deletion implementations.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Validators
- [hjsonschema](https://github.com/seagreen/hjsonschema) - *supports draft 4* (MIT)
- Java <a id="validator-java"></a>
- [json-schema-validator](https://github.com/java-json-tools/json-schema-validator) - *supports draft 4* (LGPLv3)
- [json-schema (implementation based on the org.json API)](https://github.com/everit-org/json-schema) - *supports draft 4* (Apache License 2.0)
- [json-schema (implementation based on the org.json API)](https://github.com/everit-org/json-schema) - *supports draft 4, draft 6* (Apache License 2.0)
- [json-schema-validator](https://github.com/networknt/json-schema-validator) - *supports draft 4* (Apache License 2.0)
- JavaScript <a id="validator-javascript"></a>
- [ajv](https://github.com/epoberezkin/ajv) for Node.js and browsers - *supports draft 4, draft 6, [custom keywords](https://github.com/epoberezkin/ajv-keywords) and [$data reference](https://github.com/json-schema-org/json-schema-spec/issues/51)* (MIT)
Expand Down