You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/jshttp/mime-db is a widely used database of media-type <=> file-extension mappings. Notably, mime-db is used by Github Pages. So, if we can add application/schema+json <=> schema.json, then any file with a schema.json extension will be served with an application/schema+json content-type.
Before we can add our mapping to mime-db, we need to document the schema.json file extension in the spec.