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
For some data types the validator is fine with having <suffix>.json files in the root of the dataset:
<suffix>.json
But for some others it will throw an error:
Neither of those lists is exhaustive.
It would be preferable for this behavior to be consistent.
The text was updated successfully, but these errors were encountered:
thinking of a way to systematically test for this:
I could maybe add a script to run in CI that adds a .json to some of the example datasets and checks if the validator accepts them.
Sorry, something went wrong.
The inheritance principle is applied systematically in the schema validator, not based on hand-written regular expressions.
No branches or pull requests
For some data types the validator is fine with having
<suffix>.json
files in the root of the dataset:But for some others it will throw an error:
Neither of those lists is exhaustive.
It would be preferable for this behavior to be consistent.
The text was updated successfully, but these errors were encountered: