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

recursively validate files

Open wb1016 opened this issue 4 years ago • 1 comments

i want to validate files recusrively, but i think it is impossible to do. i tried this command: ajv -s schema --spec=jtd -d *json but this only checks files in current directory. recursive check command would look like this: ajv -s schema --spec=jtd --recursive -d *json

wb1016 avatar Jun 13 '21 18:06 wb1016

ajv compile -s **/*.json

joaomcarlos avatar Aug 11 '22 10:08 joaomcarlos