We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the **/*.json glob for finding schemas is not changeable. (hard coded).
**/*.json
My schema project has the following layout
/schemas/ /foo/something-special.schema.json /foo/something-speacial-sample-data-1.json /foo'something-speacial-sample-data-1.json
I need to be able to glob on just **/*.schema.json
**/*.schema.json
for example
doca init -g "**/*.schema.json" -o docs
This is my attempt... https://github.com/rbuckland/json-schema-tools/tree/feature/doca-glob-option
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the
**/*.json
glob for finding schemas is not changeable. (hard coded).My schema project has the following layout
I need to be able to glob on just
**/*.schema.json
for example
This is my attempt...
https://github.com/rbuckland/json-schema-tools/tree/feature/doca-glob-option
The text was updated successfully, but these errors were encountered: