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

updating description of the everit-org/json-schema library #138

Merged
merged 1 commit into from
Aug 4, 2017
Merged
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
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