We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a238fd commit 7658b29Copy full SHA for 7658b29
README.md
@@ -9,7 +9,7 @@ Custom error messages in JSON-Schema for Ajv validator
9
10
**Please note**
11
12
-ajv-errors v2 supports [ajv v7](https://github.com/ajv-validator/ajv).
+ajv-errors v3 supports [ajv v8](https://github.com/ajv-validator/ajv).
13
14
If you are using ajv v6, you should use [ajv-errors v1](https://github.com/ajv-validator/ajv-errors/tree/v1)
15
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ajv-errors",
3
"version": "2.0.1",
4
- "description": "Custom error messages in JSON-Schema for Ajv validator",
+ "description": "Custom error messages in JSON Schemas for Ajv validator",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
"files": [
0 commit comments