From d13bac9c5a0ab81352b2a648856a753845a1ece9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Er=C5=91s?= Date: Fri, 19 May 2017 19:37:55 +0200 Subject: [PATCH 1/2] adding links to meta-schemas of previous drafts --- documentation.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index 25bb0d30..3e9687ee 100644 --- a/documentation.md +++ b/documentation.md @@ -24,4 +24,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.** \ No newline at end of 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) From 4eea2dbc30bcc5803c3672258684738cd580182c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bence=20Er=C5=91s?= Date: Thu, 20 Jul 2017 23:49:42 +0200 Subject: [PATCH 2/2] updating description of the everit-org/json-schema library --- implementations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.md b/implementations.md index ed76307e..ba3bec13 100644 --- a/implementations.md +++ b/implementations.md @@ -65,7 +65,7 @@ Validators - [hjsonschema](https://github.com/seagreen/hjsonschema) - *supports draft 4* (MIT) - Java - [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 - [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)