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

Commit ff83878

Browse files
committed
Reverting keyword field to its original singular
In response to discussion in #44
1 parent 974a0d4 commit ff83878

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: schema.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Field | Definition
4747
------- | --------------- | --------------
4848
Title | Human-readable name of the asset. Should be in plain English and include sufficient detail to facilitate search and discovery. | title
4949
Description | Human-readable description (e.g., an abstract) with sufficient detail to enable a user to quickly understand whether the asset is of interest. | description
50-
Tags | Tags (or keywords) help users discover your dataset, please include terms that would be used by technical and non-technical users. | keywords
50+
Tags | Tags (or keywords) help users discover your dataset, please include terms that would be used by technical and non-technical users. | keyword
5151
Bureau Code | Combined agency and bureau code from [OMB A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf) | bureauCode
5252
Last Update | Most recent date on which the dataset was changed, updated or modified. | modified
5353
Publisher | The publishing agency. | publisher
@@ -224,13 +224,13 @@ Further Metadata Field Guidance
224224
**Example** | `{"issued":"2001-01-15"}`
225225

226226
{: .table .table-striped}
227-
**Field** | **keywords**
227+
**Field** | **keyword**
228228
----- | -----
229229
**Cardinality** | (1,n)
230230
**Required** | Yes, always
231231
**Accepted Values** | Array of strings
232232
**Usage Notes** | Surround each keyword with quotes. Separate keywords with commas.
233-
**Example** | `{"keywords": ["squash","vegetables","veggies","greens","leafy","spinach","kale","nutrition","tomatoes","tomatos"]}`
233+
**Example** | `{"keyword": ["squash","vegetables","veggies","greens","leafy","spinach","kale","nutrition","tomatoes","tomatos"]}`
234234

235235
{: .table .table-striped}
236236
**Field** | **landingPage**

0 commit comments

Comments
 (0)