Skip to content
New issue

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

failures array should list identifier of node that violates the shape #48

Open
RinkeHoekstra opened this issue Aug 23, 2022 · 0 comments · May be fixed by #49
Open

failures array should list identifier of node that violates the shape #48

RinkeHoekstra opened this issue Aug 23, 2022 · 0 comments · May be fixed by #49
Assignees

Comments

@RinkeHoekstra
Copy link

The failures array in the report currently does not list the identifier of the node that violates the shape, e.g.:

        {
            "property": "https://example.com/ssn",
            "message": "More than 1 values",
            "shape": "https://example.com/PersonShape",
            "severity": "error"
        },

This makes the report hard to use: which resource in my data is the culprit?

Is there an easy way to have the identifier of the incorrect node be part of the report?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants