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

Commit 0033bfd

Browse files
committed
Merge pull request #113 from project-open-data/keyword-field-name-plural
Rename keyword field to "keywords"
2 parents a92603d + 7aef9ea commit 0033bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: schema.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,13 @@ Field | title
139139
**Example** | `{"format":"csv"}`
140140

141141
{.table .table-striped}
142-
**Field** | **keyword**
142+
**Field** | **keywords**
143143
----- | -----
144144
**Cardinality** | (1,n)
145145
**Required** | Yes, always
146146
**Accepted Values** | String
147147
**Usage Notes** | Separate keywords with commas.
148-
**Example** | `{"keyword":"squash,vegetables,veggies,greens,leafy,spinach,kale,nutrition,tomatoes,tomatos"}`
148+
**Example** | `{"keywords":"squash,vegetables,veggies,greens,leafy,spinach,kale,nutrition,tomatoes,tomatos"}`
149149

150150
{.table .table-striped}
151151
**Field** | **modified**

0 commit comments

Comments
 (0)