Skip to content

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

@philvarner

Description

@philvarner

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions