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

Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.2 to 10.0.0. Release notes Sourced from mocha's releases. v10.0.0 10.0.0 / 2022-05-01 :boom: Breaking Changes #4845: Drop Node.js v12.x support (@​juergba) #4848: Drop Internet-Explorer-11 support (@​juergba)...

dependency

This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub...

I'm using TypeScript v4.3.4 and I am unable to use the `coerceTypes` option when constructing the Ajv instance. ```typescript import Ajv from 'ajv/dist/jtd'; const ajv = new Ajv({ coerceTypes: true...

limitation

**What version of Ajv are you using? Does the issue happen if you use the latest version?** 6.12.4 **Ajv options object** ```javascript {useDefaults: true} ``` **Your code** ```javascript test.only('Should allow...

limitation

**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.11.0 **Ajv options object** ```javascript {} ``` **JSON Schema** ```json { "discriminator": "dicriminatorProperty",...

bug report

Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. -...

Given: ```ts example: { type: `string`, enum: [`0`, `1`] } ``` The following **shouldn't** be generated/checked: - as it will be further checked as part of the `enum` check for...

enhancement

**What version of Ajv are you using? Does the issue happen if you use the latest version?** 8.11.0 **Ajv options object** ```javascript {} ``` **JSON Schema** ```json { "type": "array",...

bug report

AJV: 8.6.2 Draft: 2019-09 Hi, I've run into into a issue with `$recursiveAnchor` and `$recursiveRef` where I'm unable to target non-root schemas using `$recursiveRef`. For simplicity, below is the TypeScript...

limitation
json schema

**What issue does this pull request resolve?** Brings v9 up to date with latest v8 **What changes did you make?** Merge v8 into v9 (no changes). **Is there anything that...