From fe5f097d5e574adaa15e7da117404c9cf7b9b6ab Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Tue, 8 Mar 2016 14:15:05 +0100 Subject: [PATCH] [dp][s]: add mimetype for Data Packages - refs #245. --- data-packages/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data-packages/index.md b/data-packages/index.md index 03bd1737..dac22e54 100644 --- a/data-packages/index.md +++ b/data-packages/index.md @@ -25,7 +25,7 @@ explicit changes please fork the [git repo][repo] and submit a pull request. ### Changelog -- `1.0.0-beta.16`: description is markdown formatted as per [issue #152](https://github.com/dataprotocols/dataprotocols/issues/152); +- `1.0.0-beta.16`: description is markdown formatted as per [issue #152](https://github.com/dataprotocols/dataprotocols/issues/152); MimeType for Data Packages is vnd.datapackage [issue #245](https://github.com/dataprotocols/dataprotocols/issues/245) - `1.0.0-beta.15`: only one of `url`, `path`, `data` present on as per [issue #223](https://github.com/dataprotocols/dataprotocols/issues/223); remove `base` property as per [issue #232](https://github.com/dataprotocols/dataprotocols/issues/232) - `1.0.0-beta.14`: drop `licenses` in favour of `license` as per [issue #214](https://github.com/dataprotocols/dataprotocols/issues/214) - `1.0.0-beta.13`: add support for sharing schemas across resources via schema references as per [issue #71](https://github.com/dataprotocols/dataprotocols/issues/71) @@ -516,6 +516,9 @@ It builds on this data package specification (Tabular Data Package datasets are Data Packages) and provides additional specific requirements for the format and structure of data files and the resource information in the datapackage.json. +## MediaType + +The MediaType [RFC4288] for a Data Package SHOULD be *application/vnd.datapackage*. # Background