ajv
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)
**What version of Ajv you are you using?** 8.12.0 **What problem do you want to solve?** Ugly code generated by https://ajv.js.org/standalone.html#generating-functions-s-for-multiple-schemas-using-the-js-library-es6-and-esm-exports Full output ```js 'use strict' export const Foo =...
Hey, I am not entirely sure whether this is the right place to ask this, sorry if not. **What version of Ajv you are you using?** 8.12.0 **What problem do...
lukeed's `dequal` is amazing, both smaller and [faster](https://github.com/lukeed/dequal?tab=readme-ov-file#benchmarks) than `fast-deep-equal` while being compatible closes #2466
**What version of Ajv are you using? Does the issue happen if you use the latest version?** reproduces for me on latest version I am seeing that for some reason...
**What issue does this pull request resolve?** The guide for User-defined keywords contains a wrong code example. **What changes did you make?** Correct the code example in user-keywords.md file. **Is...
**What version of Ajv are you using? Does the issue happen if you use the latest version?** I'm using the latest version. I'm getting "can't resolve reference" error when having...
**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.17.1 **Ajv options object** ```javascript { removeAdditional: true } ``` **JSON Schema** ```json...
There is already an issue for this , https://github.com/ajv-validator/ajv/issues/2318, but it is closed. Suggestion there is not working when ajv is XX-layers down like eg: [async-parser](https://github.com/asyncapi/parser-js) -> [@stoplight/spectral](https://github.com/stoplightio/spectral)->ajv and dynamic...
**What version of Ajv you are you using?** 8.17.1 **What problem do you want to solve?** Tracking down invalid regex. **What do you think is the correct solution to problem?**...