From c76d124815dd93a93d94a9bc091debe9af2acf35 Mon Sep 17 00:00:00 2001 From: Sean Herron Date: Tue, 30 Jul 2013 22:46:13 -0400 Subject: [PATCH] Changing publisher cardinality to allow multiple values --- schema.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/schema.md b/schema.md index 0da3e565..0763570b 100644 --- a/schema.md +++ b/schema.md @@ -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**