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
The validator outputs the same validation errors multiple times
E.g.
[ { "type": "MissingProperty", "property": "[http://www.wikidata.org/prop/direct/P137](https://www.wikidata.org/prop/direct/P137)" }, { "type": "MissingProperty", "property": "[http://www.wikidata.org/prop/direct/P625](https://www.wikidata.org/prop/direct/P625)", "valueExpr": { "type": "NodeConstraint", "datatype": "http://www.w3.org/2001/XMLSchema#coordinate" } } ], [ { "type": "MissingProperty", "property": "[http://www.wikidata.org/prop/direct/P137](https://www.wikidata.org/prop/direct/P137)" }, { "type": "MissingProperty", "property": "[http://www.wikidata.org/prop/direct/P625](https://www.wikidata.org/prop/direct/P625)", "valueExpr": { "type": "NodeConstraint", "datatype": "http://www.w3.org/2001/XMLSchema#coordinate" } } ],
URL to affected spec or repo: See details under second try here: https://www.wikidata.org/wiki/User:So9q/shexjs#Usage
What happened (e.g., it crashed)?: Unexpected duplicate output
Expected behavior (e.g., it shouldn't crash): No duplicate output
Optional, steps to reproduce:
The text was updated successfully, but these errors were encountered:
The fact that they're in an array means they showed up through some disjunction (typically an EachOf, but not exclusively).
It would be nice to
<Person> { ( :name . ; addr . ) | ( :name . ) }
<Alice> :foo 1 .
Sorry, something went wrong.
No branches or pull requests
Description of problem
The validator outputs the same validation errors multiple times
E.g.
URL to affected spec or repo:
See details under second try here: https://www.wikidata.org/wiki/User:So9q/shexjs#Usage
What happened (e.g., it crashed)?:
Unexpected duplicate output
Expected behavior (e.g., it shouldn't crash):
No duplicate output
Optional, steps to reproduce:
The text was updated successfully, but these errors were encountered: