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

Commit e05c9a0

Browse files
committed
Merge remote-tracking branch 'origin/master' into markdownify
2 parents 2dd4664 + 613a10f commit e05c9a0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ The two examples below are step-by-step guides into building a schema:
3636
- [a simple example](example1.md) which covers a classical product catalog description.
3737
- [a more advanced example](example2.md), using JSON Schema to describe filesystem entries in a Unix-like /etc/fstab file.
3838

39-
The [Space Telescope Science Institute](http://www.stsci.edu/) has also published an [guide aimed at schema authors](http://spacetelescope.github.io/understanding-json-schema/).
39+
The [Space Telescope Science Institute](http://www.stsci.edu/) has also published a [guide aimed at schema authors](http://spacetelescope.github.io/understanding-json-schema/).

implementations.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@ Validators
6464
- <a href="https://github.com/everit-org/json-schema" id="link-impl-everit-json-schema">json-schema (implementation based on the org.json API)</a> - *supports version 4* (Apache License 2.0)
6565
- <a href="https://github.com/networknt/json-schema-validator" id="link-impl-networknt-json-schema">json-schema-validator</a> - *supports version 4* (Apache License 2.0)
6666
- JavaScript <a id="validator-javascript"></a>
67-
- <a href="https://github.com/epoberezkin/ajv" id="link-impl-ajv">ajv</a> for Node.js and the browser - *supports version 4, validation keywords and $data reference from [version 5 proposals](https://github.com/json-schema/json-schema/wiki/v5-Proposals)* (MIT)
67+
- <a href="https://github.com/epoberezkin/ajv" id="link-impl-ajv">ajv</a> for Node.js and browsers - *supports version 4, version 6, [custom keywords](https://github.com/epoberezkin/ajv-keywords) and [$data reference](https://github.com/json-schema-org/json-schema-spec/issues/51)* (MIT)
68+
- <a href="https://github.com/korzio/djv" id="link-impl-djv">djv</a> for Node.js and browsers - *supports version 4* (MIT)
6869
- <a href="https://github.com/tdegrunt/jsonschema" id="link-impl-tdegrunt-jsonschema">jsonschema</a> for Node.js - *supports version 4* (MIT)
6970
- <a href="https://github.com/mafintosh/is-my-json-valid" id="link-impl-is-my-json-valid">is-my-json-valid</a> - *supports version 4* (MIT)
7071
- <a href="http://geraintluff.github.com/tv4/" id="link-impl-tv4">tv4</a> - *supports version 4* (Public Domain)

0 commit comments

Comments
 (0)