ajv-cli icon indicating copy to clipboard operation
ajv-cli copied to clipboard

Command-line interface for Ajv JSON Validator

Results 95 ajv-cli issues
Sort by recently updated
recently updated
newest added

Since this is a cli I was hoping I could just reference a `keywords.txt` file or `formats.txt` file, but it doesn't appear that's an option. I'll try try to follow...

I got this error: ``` schema docs/endpoints/schemas/get-employee.json is invalid error: nullable value must be ["boolean"] ``` but unlike the other schema validation error messages, there is no hint as to...

Closes https://github.com/ajv-validator/ajv-cli/issues/172. Let me know if you prefer this done another way, or would like different kinds/quantities of tests!

I [have](https://github.com/EmilySeville7cfg-Test/ajv-reference-not-found-issue) two `.json` schemas: - `base.json` (which is referenced in `sample.json`) - `sample.json` The problem is I obtain an [error](https://github.com/EmilySeville7cfg-Test/ajv-reference-not-found-issue/runs/4912282024?check_suite_focus=true#step:3:13) when I try check `sample.yml` correctness: ``` schema sample.json...

It looks like `ajv-cli` only supports a subset of [AJV options](https://ajv.js.org/options.html). Consider expanding the supported options on the command line to include the newer options. I'd specifically like to see...

As `draft2020` is supported, we should make it clear in the output from our `help` subcommand.

I'm trying to validate JSON against a TypeScript interface. I used https://github.com/vega/ts-json-schema-generator to generate a JSON schema from the interface, then used `ajv-cli` to produce a standalone validator from the...

**What version of Ajv you are you using?** `[email protected]` **What problem do you want to solve?** I'm actually not sure if I'm missing a setting or just getting confused by...

Hello, The `--unknown-formats` option is gone. Is there a replacement? My use case is using a schema for which a format has validation implemented in Python but I don't necessarily...