You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: schema.md
+9-10
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Tags | Tags (or keywords) help users discover your dataset, pleas
51
51
Bureau Code | Combined agency and bureau code from [OMB A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf) | bureauCode
52
52
Last Update | Most recent date on which the dataset was changed, updated or modified. | modified
53
53
Publisher | The publishing agency. | publisher
54
-
Contact Name | Contact person's name for the asset. | person
54
+
Contact Name | Contact person's name for the asset. | contactPoint
Unique Identifier | A unique identifier for the dataset or API as maintained within an Agency catalog or database. | identifier
57
57
Public Access Level | The degree to which this dataset **could** be made publicly-available, *regardless of whether it has been made available*. Choices: public (is or *could be* made publicly available), restricted public (available under certain conditions), or non-public (never able to be made publicly available) | accessLevel
@@ -137,6 +137,14 @@ Further Metadata Field Guidance
137
137
**Usage Notes** | Represent each bureau responsible for the dataset according to the codes found in [OMB Circular A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf). Start with the agency code, then a colon, then the bureau code.
138
138
**Example** | The Office of the Solicitor (86) at the Department of the Interior (010) would be: `{"bureauCode":["010:86"]}`
139
139
140
+
{: .table .table-striped}
141
+
**Field** | **contactPoint**
142
+
----- | -----
143
+
**Cardinality** | (1,1)
144
+
**Required** | Yes, always
145
+
**Accepted Values** | String
146
+
**Usage Notes** | Name should be formatted as Last, First
147
+
**Example** | `{"contactPoint":"Brown, John"}`
140
148
141
149
{: .table .table-striped}
142
150
**Field** | **dataDictionary**
@@ -269,15 +277,6 @@ Further Metadata Field Guidance
269
277
**Usage Notes** | Dates should be [ISO 8601](http://www.w3.org/TR/NOTE-datetime) of least resolution. In other words, as much of YYYY-MM-DDThh:mm:ss.sTZD as is relevant to this dataset. If this file is brand-new, enter the **issued** date here as well.
270
278
**Example** | `{"modified":"2012-01-15"}`
271
279
272
-
{: .table .table-striped}
273
-
**Field** | **person**
274
-
----- | -----
275
-
**Cardinality** | (1,1)
276
-
**Required** | Yes, always
277
-
**Accepted Values** | String
278
-
**Usage Notes** | Name should be formatted as Last, First
0 commit comments