From 7efd1573ff0df08f036c82e64bc003062d1f21f8 Mon Sep 17 00:00:00 2001 From: seanherron Date: Thu, 15 Aug 2013 22:33:50 -0400 Subject: [PATCH] changed format to use MIME type --- schema.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.md b/schema.md index 02079543..314ea46f 100644 --- a/schema.md +++ b/schema.md @@ -135,8 +135,8 @@ Field | title **Cardinality** | (1,n) **Required** | Yes, if the file is available for public download. **Accepted Values** | String -**Usage Notes** | This must describe the exact file available at **accessURL** using file extensions (e.g., CSV, XLS, XSLX, TSV, JSON, XML). For example, if the download file is a ZIP containing a CSV, the entry here is "ZIP". -**Example** | `{"format":"csv"}` +**Usage Notes** | This must describe the exact files available at **accessURL** using [MIME Types](http://en.wikipedia.org/wiki/Internet_media_type), represented as a list. +**Example** | `{"format": ['application/json'] }` `{"format": ['application/json', 'application/pdf', application/zip'] {.table .table-striped} **Field** | **keywords**