ajv-cli
ajv-cli copied to clipboard
recursively validate files
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
ajv compile -s **/*.json