Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Revise 'format' to use MIME type #117

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down