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

Commit a1252e7

Browse files
committed
fix incorrect distribution mediatType and title
1 parent 13ab6a3 commit a1252e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: v1.1/schema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Dataset Fields {#Dataset}
453453
**Required** | Yes, if the file is available for public download.
454454
**Accepted Values** | String ([IANA Media Type](http://www.iana.org/assignments/media-types))
455455
**Usage Notes** | This must describe the exact files available at `downloadURL` using a media type ([IANA Media Type](http://www.iana.org/assignments/media-types) also known as [MIME Type](http://en.wikipedia.org/wiki/Internet_media_type)). For common Microsoft Office files, see [Office Open XML MIME types](http://blogs.msdn.com/b/vsofficedeveloper/archive/2008/05/08/office-2007-open-xml-mime-types.aspx)
456-
**Example** | `{"mediaType":"application/csv"}`
456+
**Example** | `{"mediaType":"text/csv"}`
457457

458458
{: .table .table-striped .child-field #distribution-title}
459459
**Field [#](#distribution-title){: .permalink}** | **distribution → title**
@@ -462,7 +462,7 @@ Dataset Fields {#Dataset}
462462
**Required** | No
463463
**Accepted Values** | String
464464
**Usage Notes** | This should be a useful title for the distribution. Acronyms should be avoided.
465-
**Example** | `{"title":"Spreadsheet"}`
465+
**Example** | `{"title":"listofvegetables.csv"}`
466466

467467

468468
{: .table .table-striped #identifier}

0 commit comments

Comments
 (0)