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

Commit a9a4b4e

Browse files
committed
Link to IANA Media Type for relevant ranges
1 parent 201466c commit a9a4b4e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: v1.1/schema.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ Dataset Fields {#Dataset}
326326
----- | -----
327327
**Cardinality** | (0,1)
328328
**Required** | No
329-
**Accepted Values** | String (URL)
329+
**Accepted Values** | String ([IANA Media Type](http://www.iana.org/assignments/media-types))
330330
**Usage Notes** | This is used to identify the 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)) of the URL used for the dataset's `describedBy` field. This should be specified if `describedBy` is not an HTML webpage.
331331
**Example** | `{"describedByType": "application/pdf"}`
332332

@@ -424,7 +424,7 @@ Dataset Fields {#Dataset}
424424
----- | -----
425425
**Cardinality** | (0,1)
426426
**Required** | No
427-
**Accepted Values** | String (URL)
427+
**Accepted Values** | String ([IANA Media Type](http://www.iana.org/assignments/media-types))
428428
**Usage Notes** | This is used to identify the 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)) of the URL used for the distribution's `describedBy` field. This is especially important if `describedBy` is a machine readable file.
429429
**Example** | `{"describedByType": "application/schema+json"}`
430430

@@ -451,8 +451,8 @@ Dataset Fields {#Dataset}
451451
----- | -----
452452
**Cardinality** | (0,1)
453453
**Required** | Yes, if the file is available for public download.
454-
**Accepted Values** | String
455-
**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)). _[Also note [Office Open XML MIME types](http://blogs.msdn.com/b/vsofficedeveloper/archive/2008/05/08/office-2007-open-xml-mime-types.aspx)]_
454+
**Accepted Values** | String ([IANA Media Type](http://www.iana.org/assignments/media-types))
455+
**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)
456456
**Example** | `{"mediaType":"application/csv"}`
457457

458458
{: .table .table-striped .child-field #distribution-title}

0 commit comments

Comments
 (0)