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 273 ajv issues
Sort by recently updated
recently updated
newest added

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 17.0.45 to 18.7.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/node&package-manager=npm_and_yarn&previous-version=17.0.45&new-version=18.7.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependency

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.22.0. Release notes Sourced from eslint's releases. v8.22.0 Features 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas) fd5d3d3 feat: add methodsIgnorePattern option to...

dependency

**What version of Ajv you are you using?** Latest **What problem do you want to solve?** Along the same lines as how [other features can modify data](https://ajv.js.org/guide/modifying-data.html#modifying-data-during-validation), It would be...

enhancement

**What version of Ajv are you using? Does the issue happen if you use the latest version?** Version 8.11.0, installed today **Ajv options object** None. **Your code** ```typescript // ProjectJSON.mts...

typescript

**What version of Ajv you are you using?** 4.11.8 and 5.1.5. **What problem do you want to solve?** In some cases, the base id is not updated when going inside...

enhancement

When trying to define a Schema where one property is optional (undefined) and not `null` in Typescript I'm getting type errors and cannot build the typescript. I know the error...

limitation

Hi, I'm trying to parse to a custom type, but running into some issues. **What version of Ajv are you using? Does the issue happen if you use the latest...

usage

**What version of Ajv are you using? Does the issue happen if you use the latest version?** **Ajv version** 8.11.0 **Ajv options object** ```javascript ``` **JSON Schema** ```json ``` **Sample...

bug report

I would like to know if there is any other solution to cancel the "errorDataPath:'property'" parameter, to solve the "required" check that the "instancePath:''" property is empty ` { instancePath:...

bug report

Bumps [@rollup/plugin-commonjs](https://github.com/rollup/plugins/tree/HEAD/packages/commonjs) from 21.1.0 to 22.0.2. Changelog Sourced from @​rollup/plugin-commonjs's changelog. v22.0.2 2022-08-05 Bugfixes fix: Exclude multi-line template strings from indent (#1229) v22.0.1 2022-06-24 Bugfixes fix: Only proxy detected commonjs...

dependency