From 36f2728265a61959374a581131e4ded3ff24b040 Mon Sep 17 00:00:00 2001 From: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com> Date: Sat, 14 Nov 2020 13:14:33 +0000 Subject: [PATCH] Update ajv information --- _data/validator-libraries-modern.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/validator-libraries-modern.yml b/_data/validator-libraries-modern.yml index 45f2c77f..8c6d86fc 100644 --- a/_data/validator-libraries-modern.yml +++ b/_data/validator-libraries-modern.yml @@ -130,9 +130,9 @@ - name: JavaScript implementations: - name: ajv - url: https://github.com/epoberezkin/ajv - notes: "for Node.js and browsers - supports [custom keywords](https://github.com/epoberezkin/ajv-keywords) and [$data reference](https://github.com/json-schema-org/json-schema-spec/issues/51)" - date-draft: + url: https://github.com/ajv-validator/ajv + notes: "for Node.js and browsers - supports [user-defined keywords](https://github.com/ajv-validator/ajv/blob/master/docs/keywords.md) and [$data reference](https://github.com/json-schema-org/json-schema-spec/issues/51)" + date-draft: [2019-09] draft: [7, 6, 4] license: MIT - name: djv