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

Commit f347007

Browse files
committed
modified the examples of arrays to show those with single entries, too
1 parent 86d7ace commit f347007

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: schema.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
142142
**Required** | Yes, for United States Federal Government agencies
143143
**Accepted Values** | Array of Strings
144144
**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"]}`.
146146

147147
{: .table .table-striped}
148148
**Field** | **contactPoint**
@@ -255,7 +255,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
255255
**Required** | No
256256
**Accepted Values** | Array of strings
257257
**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).
258-
**Examples** | `{"language":["es-MX","wo","nv","en-US"]}`
258+
**Example** | `{"language":["en-US"]}` or if multiple languages, `{"language":["es-MX","wo","nv","en-US"]}`
259259

260260
{: .table .table-striped}
261261
**Field** | **license**
@@ -300,7 +300,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
300300
**Required** | Yes, for United States Federal Government Agencies
301301
**Accepted Values** | Array of strings
302302
**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).
303-
**Example** | `{"programCode":["015:001","015:002"]}`
303+
**Example** | `{"programCode":["015:001"]}` or if multiple programs, `{"programCode":["015:001","015:002"]}`
304304

305305
{: .table .table-striped}
306306
**Field** | **publisher**
@@ -318,7 +318,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
318318
**Required** | No
319319
**Accepted Values** | Array of strings (URLs)
320320
**Usage Notes** | Enclose each URL within strings. Separate multiple URLs with a comma.
321-
**Example** | `{"references":["http://www.agency.gov/legumes/legumes_data_documentation.html","http://www.agency.gov/fruits/fruit_data_documentation.html"]}`
321+
**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"]}`
322322

323323
{: .table .table-striped}
324324
**Field** | **spatial**
@@ -345,7 +345,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
345345
**Required** | No
346346
**Accepted Values** | Array of strings
347347
**Usage Notes** | Separate multiple categories with a comma. Could include [ISO Topic Categories](http://www.isotopicmaps.org/).
348-
**Example** | `{"theme":["vegetables","produce"]}`
348+
**Example** | `{"theme":["vegetables"]}` or if muplitle categories, `{"theme":["vegetables","produce"]}`
349349

350350
{: .table .table-striped}
351351
**Field** | **title**

0 commit comments

Comments
 (0)