We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
pystac/pystac/media_type.py
Line 25 in e713adf
The current ZARR media type value does not conform to recommendations for media types. There are two issues:
vnd
+{other type}
+json
The text was updated successfully, but these errors were encountered:
Yeah here's a ref for zarr https://humanbrainproject.github.io/openMINDS/v3/core/v4/data/contentType.html
I also noticed that parquet has an official mediatype now and it's "application/vnd.apache.parquet" ref:https://www.iana.org/assignments/media-types/media-types.xhtml
Sorry, something went wrong.
No branches or pull requests
pystac/pystac/media_type.py
Line 25 in e713adf
The current ZARR media type value does not conform to recommendations for media types. There are two issues:
vnd
+{other type}
is only used when the media type is a more specific version of another media type, like+json
, not when it's a "new" format itself.The text was updated successfully, but these errors were encountered: