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

Commit 3789c65

Browse files
committed
new extended guidance for publisher
Following through on with #296.
1 parent 582fe16 commit 3789c65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: v1.1/schema.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,9 @@ If there is a need to reflect that the dataset is continually updated, ISO 8601
315315
----- | -----
316316
**Cardinality** | (1,1)
317317
**Required** | Yes, always
318-
**Accepted Values** | String
319-
**Usage Notes** | The plaintext name of the entity publishing this dataset.
320-
**Example** | `{"publisher":"U.S. Department of Education"}`
318+
**Accepted Values** | Object
319+
**Usage Notes** | The plaintext name of the entity publishing this dataset. Where greater specificity is desired, include as many levels of publisher as is useful, in ascending order, using the below format.
320+
**Example** | `{"publisher":{"name": "U.S. Department of Commerce"}` or if multiple levels, `"publisher": {"name": "National Weather Service", "subOrganizationOf": {"name": "National Oceanic and Atmospheric Administration", "subOrganizationOf": {"name": "U.S. Department of Commerce"}}}`
321321

322322
{: .table .table-striped}
323323
**Field <a class="permalink" href="#references">#</a>** | **<a name="references">references</a>**

0 commit comments

Comments
 (0)