modifying annotation schema to match real world examples #765
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I was attempting to build a set of helper functions to facilitate reading precomputed annotations using tensorstore, and I thought i'd utilize the jsonschemas in this repo to facilitate validation.
In starting to use them on a real world example such as "gs://neuroglancer-20191211_fafbv14_buhmann2019_li20190805"
i discovered this failed validation for a few reasons, some of which were clear errors, and others that were perhaps oversights or inconsistencies between neuroglancer and the written spec. I've modified the spec so that this info file passes validation in a way that I think makes sense but feedback is welcome.