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

Changing publisher cardinality to allow multiple values #96

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 3 additions & 3 deletions schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,11 @@ Field | title
{.table .table-striped}
**Field** | **publisher**
----- | -----
**Cardinality** | (1,1)
**Cardinality** | (1,n)
**Required** | Yes, always
**Accepted Values** | String
**Usage Notes** | Departments and multi-unit agencies may use this field to describe which subordinate agency published this dataset.
**Example** | `{"publisher":"U.S. Department of Education"}`
**Usage Notes** | Departments and multi-unit agencies may use this field to describe which subordinate agency published this dataset. If multiple agencies contributed, or if subordinate agencies need to be includes, a comma separated list may be used.
**Example** | `{"publisher":"U.S. Department of Education"}` `{"publisher":"Department of Health and Human Services,Food and Drug Administration,Department of Agriculture"}`

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