ajv icon indicating copy to clipboard operation
ajv copied to clipboard

The fastest JSON schema Validator. Supports JSON Schema draft-04/06/07/2019-09/2020-12 and JSON Type Definition (RFC8927)

Results 288 ajv issues
Sort by recently updated
recently updated
newest added

addKeyword wants a type and the config as two parameters. When I do that I am getting an error `these parameters are deprecated, see docs for addKeyword`. Using 8.11.0 (latest...

typescript

**What issue does this pull request resolve?** #1832 **What changes did you make?** Exported 2 Error subclasses. **Is there anything that requires more attention while reviewing?**

needs changes

**What issue does this pull request resolve?** Can't import ValidationError type #1926 #1840 ValidationError is no longer exported post version 6.X **What changes did you make?** I've added a default...

Bumps [lint-staged](https://github.com/okonet/lint-staged) from 12.5.0 to 13.0.3. Release notes Sourced from lint-staged's releases. v13.0.3 13.0.3 (2022-06-24) Bug Fixes correctly handle git stash when using MSYS2 (#1178) (0d627a5) v13.0.2 13.0.2 (2022-06-16) Bug...

dependency

I think this might be a V7 bug as my schemas were all passing with V6. If an external schema is referenced using `$ref` by more than one property, or...

usage
docs

**What version of Ajv are you using? Does the issue happen if you use the latest version?** I was using 6, I wanted to migrate to 8. **Ajv options object**...

enhancement

**What version of Ajv you are you using?** 8.11.0 **What problem do you want to solve?** Can not using Ajv as pure ESM package. It looks it is currently distributed...

enhancement

This is more of a question than a proposal. **What problem do you want to solve?** I want to validate objects containing a bigint. **What do you think is the...

enhancement

**What version of Ajv are you using?** 8.11.0 with JTD **Issue description** I created a simple JTD schema using the `union` keyword. When I use it with Validate Function created...

limitation
docs

Hi there, I have an Electron (11) project in which Im using an opensource library named [electron-store](https://github.com/sindresorhus/electron-store) which requires the library [conf](https://github.com/sindresorhus/conf) which requires finally `ajv`. It seems that on...

dependency
compatibility