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: schema.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -142,7 +142,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
142
142
**Required** | Yes, for United States Federal Government agencies
143
143
**Accepted Values** | Array of Strings
144
144
**Usage Notes** | Represent each bureau responsible for the dataset according to the codes found in [OMB Circular A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf). Start with the agency code, then a colon, then the bureau code.
145
-
**Example** | The Office of the Solicitor (86) at the Department of the Interior (010) would be: {"bureauCode":["010:86"]}
145
+
**Example** | The Office of the Solicitor (86) at the Department of the Interior (010) would be: `{"bureauCode":["010:86"]}`. If a second bureau was also responsible, the format like this: `{"bureauCode":["010:86","010:04"]}`.
146
146
147
147
{: .table .table-striped}
148
148
**Field** | **contactPoint**
@@ -255,7 +255,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
255
255
**Required** | No
256
256
**Accepted Values** | Array of strings
257
257
**Usage Notes** | This should adhere to the [RFC 5646](http://tools.ietf.org/html/rfc5646) standard. This [language subtag lookup](http://rishida.net/utils/subtags/) provides a good tool for checking and verifying language codes. A language tag is comprised of either one or two parts, the language subtag (such as en for English, sp for Spanish, wo for Wolof) and the regional subtag (such as US for United States, GB for Great Britain, MX for Mexico), separated by a hyphen. Regional subtags should only be provided when needed to distinguish a language tag from another one (such as American vs. British English).
**Example** | `{"language":["en-US"]}` or if multiple languages,`{"language":["es-MX","wo","nv","en-US"]}`
259
259
260
260
{: .table .table-striped}
261
261
**Field** | **license**
@@ -300,7 +300,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
300
300
**Required** | Yes, for United States Federal Government Agencies
301
301
**Accepted Values** | Array of strings
302
302
**Usage Notes** | Provide an array of programs related to this data asset, from the [Federal Program Inventory](http://goals.performance.gov/sites/default/files/images/FederalProgramInventory_FY13_MachineReadable_091613.xls).
**Example** | `{"references":["http://www.agency.gov/legumes/legumes_data_documentation.html"]}` or if multiple URLs, `{"references":["http://www.agency.gov/legumes/legumes_data_documentation.html","http://www.agency.gov/fruits/fruit_data_documentation.html"]}`
322
322
323
323
{: .table .table-striped}
324
324
**Field** | **spatial**
@@ -345,7 +345,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
345
345
**Required** | No
346
346
**Accepted Values** | Array of strings
347
347
**Usage Notes** | Separate multiple categories with a comma. Could include [ISO Topic Categories](http://www.isotopicmaps.org/).
0 commit comments