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
ajv-cli/src/commands/compile.ts
Line 54 in 58d6f07
as we can see in the above code, adding schema and compiling it is done together
if schema/A file has schema/B as a reference and we pass /schema/* as the glob value to ajv cli compile command, it will throw invalid schema error
The text was updated successfully, but these errors were encountered:
This is a very annoying bug! I thought I was going crazy with it!
Sorry, something went wrong.
No branches or pull requests
ajv-cli/src/commands/compile.ts
Line 54 in 58d6f07
as we can see in the above code, adding schema and compiling it is done together
if schema/A file has schema/B as a reference and we pass
/schema/* as the glob value to ajv cli compile command,
it will throw invalid schema error
The text was updated successfully, but these errors were encountered: