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

Rename keyword field to "keywords" #113

Merged
merged 1 commit into from
Aug 15, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,13 +141,13 @@ Field | title
**Example** | `{"format":"csv"}`

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

{.table .table-striped}
**Field** | **modified**
Expand Down