Open rakeshcusat opened 7 years ago
This update allows cli tool to accept directory which contains multiple jsonschema file. It recursively look into files and validate their syntax
Example command: java -jar json-schema-validator-2.2.6-lib.jar --syntax --directory <DIRECTORY-PATH>
java -jar json-schema-validator-2.2.6-lib.jar --syntax --directory <DIRECTORY-PATH>
Issue link: https://github.com/daveclayton/json-schema-validator/issues/216
Ping to the project authors: Any idea when this pull request can be merged to main branch?
This update allows cli tool to accept directory which contains multiple jsonschema file. It recursively look into files and validate their syntax
Example command:
java -jar json-schema-validator-2.2.6-lib.jar --syntax --directory <DIRECTORY-PATH>
Issue link: https://github.com/daveclayton/json-schema-validator/issues/216