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
+13-2
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ Field | Definition
48
48
Title | Human-readable name of the asset. Should be in plain English and include sufficient detail to facilitate search and discovery. | title
49
49
Description | Human-readable description (e.g., an abstract) with sufficient detail to enable a user to quickly understand whether the asset is of interest. | description
50
50
Tags | Tags (or keywords) help users discover your dataset, please include terms that would be used by technical and non-technical users. | keywords
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
51
52
Last Update | Most recent date on which the dataset was changed, updated or modified. | modified
52
53
Publisher | The publishing agency. | publisher
53
54
Contact Name | Contact person's name for the asset. | person
@@ -122,10 +123,20 @@ Further Metadata Field Guidance
122
123
----- | -----
123
124
**Cardinality** | (0,1)
124
125
**Required** | No
125
-
**Accepted Values** | Must be a value from [DCCDAccrualPeriodicity](http://www.ukoln.ac.uk/metadata/dcmi/collection-DCCDAccrualPeriodicity/): "Annual","Bimonthly","Semiweekly","Daily","Biweekly","Semiannual","Biennial","Triennial","Three times a week","Three times a month","Continuously updated","Monthly","Quarterly","Semimonthly","Three times a year","Weekly","Completely irregular"
126
-
**Usage Notes** | -
126
+
**Accepted Values** | See usage notes
127
+
**Usage Notes** | Must be a value from [DCCDAccrualPeriodicity](http://www.ukoln.ac.uk/metadata/dcmi/collection-DCCDAccrualPeriodicity/): "Annual","Bimonthly","Semiweekly","Daily","Biweekly","Semiannual","Biennial","Triennial","Three times a week","Three times a month","Continuously updated","Monthly","Quarterly","Semimonthly","Three times a year","Weekly","Completely irregular"
127
128
**Example** | `{"accrualPeriodicity":"annual"}`
128
129
130
+
{: .table .table-striped}
131
+
**Field** | **bureauCode**
132
+
----- | -----
133
+
**Cardinality** | (1,n)
134
+
**Required** | Yes, always
135
+
**Accepted Values** | Array of strings
136
+
**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.
137
+
**Example** | The Office of the Solicitor (86) at the Department of the Interior (010) would be: `{"bureauCode":["010:86"]}`
0 commit comments