Open
Description
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.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Discussion