I have to run the validation of an increasingly large number of JSONLD files and when one of them fails it becomes very hard to track down because the error message of validate are not the most informative.
Suggested fix:
Option 1: make the error message more informative and report which file failed
Option 2: (more verbose) prints which is validated
I have to run the validation of an increasingly large number of JSONLD files and when one of them fails it becomes very hard to track down because the error message of
validate
are not the most informative.Suggested fix: