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

**What version of Ajv are you using? Does the issue happen if you use the latest version?** Version: "8.17.1" (Currently latest) **Your typescript code** ```typescript interface A { someFunction() :...

typescript

`String.prototype.split()` supports a [second parameter](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/split#limit) that stops the search as soon as the number of separators are hit In this case, we are always getting the first element after splitting...

**What issue does this pull request resolve?** #2477 - Wrap regexp instantiation in try/catch to add pattern and schema path to the error message **What changes did you make?** Wrapped...

Code sandbox: https://codesandbox.io/s/ajv-playground-forked-nz924l?file=/src/index.js **What version of Ajv are you using? Does the issue happen if you use the latest version?** Latest 8.17.1 **Ajv options object** Empty (no options) **JSON Schema**...

bug

Hello , I m using AJV Compiler to validate JSON Data against a defined Schemas , and I m using Literal or Enum to allow only a specific Values :...

missing info
bug report

**The version of Ajv you are using** 7.0.3 Building from source. **The environment you have the problem with** Microsoft Windows 10 - Powershell. **Your code (please make it as small...

compatibility
docs

**What version of Ajv are you using? Does the issue happen if you use the latest version?** 4.8.2 **Ajv options object (see https://github.com/epoberezkin/ajv#options):** ```javascript { allErrors: true, format: 'full', useDefaults:...

enhancement
limitation

**What version of Ajv are you using? Does the issue happen if you use the latest version?** "ajv": "^8.11.0", **Your javascript code** ```javascript { type: "object", properties: { userDataProcessing: {...

typescript