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

Commit 5f6f60a

Browse files
author
Haley Van Dyck
committed
Merge pull request #146 from JoshData/master
Fix some examples in schema.md
2 parents ee64f47 + 797fb17 commit 5f6f60a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: schema.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Further Metadata Field Guidance
133133
**Required** | No
134134
**Accepted Values** | See usage notes
135135
**Usage Notes** | Must be a value from [DCCDAccrualPeriodicity](http://www.ukoln.ac.uk/metadata/dcmi/collection-DCCDAccrualPeriodicity/): "Annual","Bimonthly","Semiweekly","Daily","Biweekly","Semiannual","Biennial","Triennial","Three times a week","Three times a month","Continuously updated","Monthly","Quarterly","Semimonthly","Three times a year","Weekly","Completely irregular"
136-
**Example** | `{"accrualPeriodicity":"annual"}`
136+
**Example** | `{"accrualPeriodicity":"Annual"}`
137137

138138
{: .table .table-striped}
139139
**Field** | **bureauCode**
@@ -255,7 +255,7 @@ Further Metadata Field Guidance
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. 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":"en-US"}` `{"language":"en-GB"}` `{"language":"jp"}` `{"language":"es-MX, wo, nv, en-US"}`
258+
**Examples** | `{"language":["en-US"]}` `{"language":["en-GB"]}` `{"language":["jp"]}` `{"language":["es-MX"], ["wo"], ["nv"], ["en-US"]}`
259259

260260
{: .table .table-striped}
261261
**Field** | **license**
@@ -309,7 +309,7 @@ Further Metadata Field Guidance
309309
**Required** | Yes, for United States Federal Government Agencies
310310
**Accepted Values** | Array of strings
311311
**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).
312-
**Example** | {"programcode":["015:001”, “015:002”]}
312+
**Example** | {"programCode":["015:001”, “015:002”]}
313313

314314
{: .table .table-striped}
315315
**Field** | **references**
@@ -318,7 +318,7 @@ Further Metadata Field Guidance
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/fruits/fruits.csv,http://www.agency.gov/legumes/legumes_directions.html",""http://www.agency.gov/fruits/fruits.csv,http://www.agency.gov/fruits/fruits_directions.html""]}`
321+
**Example** | `{"references":["http://www.agency.gov/fruits/fruits.csv", "http://www.agency.gov/legumes/legumes_directions.html", "http://www.agency.gov/fruits/fruits.csv,http://www.agency.gov/fruits/fruits_directions.html"]}`
322322

323323
{: .table .table-striped}
324324
**Field** | **spatial**

0 commit comments

Comments
 (0)