Top "Ajv" questions

Ajv is a JSON schema validators for node.

Webpack - Critical dependency: the request of a dependency is an expression

I am getting three warning messages when importing request in a barebone webpack project. A minimal example to reproduce the …

webpack request ajv
NodeJS validation library for json objects

I need to validate some object in my NodeJS app. I have already used an awesome library express-validator, it works …

json node.js validation jsonschema ajv
AJV schema validation for array of objects

I am trying to validate array of objects using AJV schema validation. Below is the sample code var Ajv = require(…

javascript node.js ajv
Why is JOI more popular than AJV?

I am deciding on a validation library that I can use for both client and server side validation. I have …

javascript validation jsonschema joi ajv
How to validate empty array of strings with ajv?

I make json validation with ajv. I need to validate array of strings. I know which elements can be placed …

arrays json validation jsonschema ajv