Validate a whole set of JSON documents.
Section: Schema validation workflows
Validate multiple files with Ajv
bash
bash
npx ajv-cli validate -s schema.json -d 'fixtures/*.json'Explanation
Useful in CI or fixture validation pipelines.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Schema validation workflows