Skip to content

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

@RinkeHoekstra

Description

@RinkeHoekstra

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?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions