You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: v1.1/schema.md
+9-9
Original file line number
Diff line number
Diff line change
@@ -275,7 +275,7 @@ Dataset Fields {#Dataset}
275
275
**Cardinality** | (1,1)
276
276
**Required** | Yes, always
277
277
**Accepted Values** | vCard object
278
-
**Usage Notes** | This is a container for two fields that together make up the contact information for the dataset. **contactPoint** should always contain both the person's appropriately formatted full name (**fn**) and email (**hasEmail**).
278
+
**Usage Notes** | This is a container for two fields that together make up the contact information for the dataset. `contactPoint` should always contain both the person's appropriately formatted full name (`fn`) and email (`hasEmail`).
279
279
**Example** | See below
280
280
281
281
~~~
@@ -291,7 +291,7 @@ Dataset Fields {#Dataset}
291
291
**Cardinality** | (1,1)
292
292
**Required** | Yes, always
293
293
**Accepted Values** | String
294
-
**Usage Notes** | This should include included with **hasEmail** as part of a record's **contactPoint** (see above example).
294
+
**Usage Notes** | This should include included with `hasEmail` as part of a record's `contactPoint` (see above example).
**Usage Notes** | This should be formatted per vCard specifications (see example below) and included with **fn** as part of a record's **contactPoint** (see above example).
303
+
**Usage Notes** | This should be formatted per vCard specifications (see example below) and included with `fn` as part of a record's `contactPoint` (see above example).
**Required** | Yes, if the dataset has an **accessURL** or **downloadURL**.
346
+
**Required** | Yes, if the dataset has an `accessURL` or `downloadURL`.
347
347
**Accepted Values** | Array of Objects
348
-
**Usage Notes** | This is a container for one or multiple `distribution` objects which group together the fields: **accessURL**, **conformsTo**, **downloadURL**, **describedBy**, **describedByType**, **description**, **format**, **mediaType**, and **title**.
348
+
**Usage Notes** | This is a container for one or multiple `distribution` objects which group together the fields: `accessURL`, `conformsTo`, `downloadURL`, `describedBy`, `describedByType`, `description`, `format`, `mediaType`, and `title`.
349
349
**Example** | See below
350
350
351
351
~~~
@@ -407,7 +407,7 @@ Dataset Fields {#Dataset}
407
407
**Cardinality** | (0,1)
408
408
**Required** | Yes, if the file is available for public download.
409
409
**Accepted Values** | String (URL)
410
-
**Usage Notes** | This must be the **direct** download URL. Other means of accessing the dataset should be expressed using **accessURL**. This should always be accompanied by **mediaType**.
410
+
**Usage Notes** | This must be the `direct` download URL. Other means of accessing the dataset should be expressed using `accessURL`. This should always be accompanied by `mediaType`.
**Required** | Yes, if the file is available for public download.
454
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)]_
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)]_
**Usage Notes** | Dates should be [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) of highest resolution. In other words, as much of YYYY-MM-DDThh:mm:ss.sTZD as is relevant to this dataset. If this file is brand-new, enter the **issued** date here as well. If there is a need to reflect that the dataset is continually updated, ISO 8601 formatting can account for this [with repeating intervals](http://en.wikipedia.org/wiki/ISO_8601#Time_intervals). For instance, `R/P1D` for daily, `R/P2W` for every two weeks, and `R/PT5M` for every five minutes.
537
+
**Usage Notes** | Dates should be [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) of highest resolution. In other words, as much of YYYY-MM-DDThh:mm:ss.sTZD as is relevant to this dataset. If this file is brand-new, enter the `issued` date here as well. If there is a need to reflect that the dataset is continually updated, ISO 8601 formatting can account for this [with repeating intervals](http://en.wikipedia.org/wiki/ISO_8601#Time_intervals). For instance, `R/P1D` for daily, `R/P2W` for every two weeks, and `R/PT5M` for every five minutes.
538
538
+**Example** | `{"modified":"2012-01-15"}` or `{"modified":"R/P1D"}
539
539
540
540
{: .table .table-striped #primaryITInvestmentUII}
@@ -611,7 +611,7 @@ Dataset Fields {#Dataset}
611
611
**Field [#](#rights){: .permalink}** | **rights**
612
612
----- | -----
613
613
**Cardinality** | (0,1)
614
-
**Required** | Yes, if accessLevel is "restricted public" or "non-public"
614
+
**Required** | Yes, if `accessLevel` is "restricted public" or "non-public"
615
615
**Accepted Values** | String
616
616
**Usage Notes** | This may include information regarding access or restrictions based on privacy, security, or other policies. This should also serve as an explanation for the selected “accessLevel” including instructions for how to access a restricted file, if applicable, or explanation for why a “non-public” or “restricted public” data asset is not “public,” if applicable. If the dataset can be made available through a website indirectly, use `accessURL` for the URL that provides such access.
617
617
**Example** | `{"rights":"This dataset contains Personally Identifiable Information and could not be released for public access."}`
0 commit comments