Skip to content

zarr media type should be application/vnd.zarr instead of application/vnd+zarr #1546

New issue

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

Open
philvarner opened this issue Apr 8, 2025 · 1 comment

Comments

@philvarner
Copy link
Collaborator

ZARR = "application/vnd+zarr" # https://github.com/openMetadataInitiative/openMINDS_core/blob/v4/instances/data/contentTypes/zarr.jsonld

The current ZARR media type value does not conform to recommendations for media types. There are two issues:

  1. Convention is application/vnd.{vendor-specific-part}, not just vnd
  2. the +{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.
@jsignell
Copy link
Member

jsignell commented Apr 8, 2025

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants