Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,9 +423,9 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list.
* [jsck](https://github.com/pandastrike/jsck) - JSON Schema Compiled checK.
* [z-schema](https://github.com/zaggino/z-schema) - validator written in JavaScript for NodeJS and Browsers.
* [jjv](https://github.com/acornejo/jjv) - Javascript Library for Schema Validation.
* [request-validator](https://github.com/bugventure/request-validator) - Flexible request validator middleware for express and connect.
* [tv4](https://github.com/geraintluff/tv4) - Tiny Validator.
* [ajv](https://github.com/ajv-validator/ajv) - The fastest validator. Supports v5/6 proposals.
* [ajv](https://github.com/ajv-validator/ajv) - The fastest validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12.
* [v8r](https://github.com/chris48s/v8r) - Smart validator that uses [Schema Store](https://www.schemastore.org) to detect a suitable schema for your input files based on the filename.

**Java and Kotlin**
* [Medeia Validator](https://github.com/worldturner/medeia-validator) - Compliant (draft-04/06/07) and fast streaming validator written in Kotlin
Expand Down