Open notjames opened 7 years ago
@notjames or @coffeepac: This repo needs labels. https://medium.com/@dtinth/how-to-copy-github-labels-from-one-project-to-another-1857adc73e0f gives a manual process. https://github.com/samsung-cnct/solas/issues/8 was opened to fix this in the future.
labels added.
Created gojsonschema PR https://github.com/xeipuuv/gojsonschema/pull/161 which partially addresses ambiguous schema validation errors.
This issue will need to be fixed in the upstream library used for JSON schema validation and is being tracked here
This does not affect the validity or invalidity of the schema validation, to the best of my knowledge. Simply put, if a general exception occurs, the output from the error bubbled up from the library is vague, ambiguous, and/or inconsistent. From my experience, it stems from an invalid schema or some such.
This is a decent synopsis of the issue, however:
This is simply a tracking ticket for the upstream issue. I don't think there's much we can do about this short of forking the upstream project, fixing it, and submitting a PR.