You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have multiple files of json schema. Some of them are also referring to each other. I was trying to validate my schema but cli doesn't provide an option to pass the directory which contains all the schema file.
It would be nice if it supports this feature.
The text was updated successfully, but these errors were encountered:
rakeshcusat
pushed a commit
to rakeshcusat/json-schema-validator
that referenced
this issue
Feb 18, 2017
- This updates allow 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: java-json-tools#216
I have multiple files of json schema. Some of them are also referring to each other. I was trying to validate my schema but cli doesn't provide an option to pass the directory which contains all the schema file.
It would be nice if it supports this feature.
The text was updated successfully, but these errors were encountered: