From 43f361ff20a39585f141cc8dde2f0cf61544c59d Mon Sep 17 00:00:00 2001 From: Aditya Kresna Date: Tue, 23 Jul 2019 13:32:07 +0700 Subject: [PATCH] Update `ajv` description (#962) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 38bfd37..11ec306 100644 --- a/readme.md +++ b/readme.md @@ -503,7 +503,7 @@ - [is-my-json-valid](https://github.com/mafintosh/is-my-json-valid) - JSON Schema validator that uses code generation to be extremely fast. - [property-validator](https://github.com/nettofarah/property-validator) - Easy property validation for Express. - [schema-inspector](https://github.com/Atinux/schema-inspector) - JSON API sanitization and validation. -- [ajv](https://github.com/epoberezkin/ajv) - The fastest JSON Schema validator. Supports v5 proposals. +- [ajv](https://github.com/epoberezkin/ajv) - The fastest JSON Schema validator. Supports v5, v6 and v7 proposals. ### Parsing