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
+4-4
Original file line number
Diff line number
Diff line change
@@ -62,8 +62,8 @@ The following fields must be used to describe each dataset if they are applicabl
62
62
{: .table .table-striped}
63
63
Field | Definition |JSON
64
64
------- | --------------- | --------------
65
-
Bureau Code | Federal agencies, combined agency and bureau code from [OMB Circular A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf) in the format of `015:11`. | bureauCode
66
-
Program Code | Federal agencies, list the primary program related to this data asset, from the [Federal Program Inventory](http://goals.performance.gov/sites/default/files/images/FederalProgramInventory_FY13_MachineReadable_091613.xls). Use the format of `015:001` | programCode
65
+
Bureau Code | Federal agencies, combined agency and bureau code from [OMB Circular A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf)([csv](https://github.com/project-open-data/project-open-data.github.io/blob/master/assets/docs/bureau_codes_2013.csv), [json](https://github.com/project-open-data/project-open-data.github.io/blob/master/assets/docs/bureau_codes_2013.json)) in the format of `015:11`. | bureauCode
66
+
Program Code | Federal agencies, list the primary program related to this data asset, from the [Federal Program Inventory](http://goals.performance.gov/sites/default/files/images/FederalProgramInventory_FY13_MachineReadable_091613.xls) ([csv](https://github.com/project-open-data/project-open-data.github.io/blob/master/assets/docs/program_codes_2013.csv), [json](https://github.com/project-open-data/project-open-data.github.io/blob/master/assets/docs/program_codes_2013.json)). Use the format of `015:001` | programCode
67
67
Access Level Comment | An explanation for the selected “accessLevel” including instructions for how to access a restricted file, if applicable, or explanation for why a “non-public” or “restricted public” data asset is not “public,” if applicable. Text, 255 characters. | accessLevelComment
68
68
Download URL | URL providing direct access to the downloadable distribution of a dataset. | accessURL
69
69
Endpoint | Endpoint of web service to access dataset. | webService
@@ -141,7 +141,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
141
141
**Cardinality** | (0,n)
142
142
**Required** | Yes, for United States Federal Government agencies
143
143
**Accepted Values** | Array of Strings
144
-
**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.
144
+
**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) ([csv](https://github.com/project-open-data/project-open-data.github.io/blob/master/assets/docs/bureau_codes_2013.csv), [json](https://github.com/project-open-data/project-open-data.github.io/blob/master/assets/docs/bureau_codes_2013.json)). Start with the agency code, then a colon, then the bureau code.
145
145
**Example** | The Office of the Solicitor (86) at the Department of the Interior (010) would be: {"bureauCode":["010:86"]}
146
146
147
147
{: .table .table-striped}
@@ -308,7 +308,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
308
308
**Cardinality** | (0,n)
309
309
**Required** | Yes, for United States Federal Government Agencies
310
310
**Accepted Values** | Array of strings
311
-
**Usage Notes** | Provide an array of programs related to this data asset, from the [Federal Program Inventory](http://goals.performance.gov/sites/default/files/images/FederalProgramInventory_FY13_MachineReadable_091613.xls).
311
+
**Usage Notes** | Provide an array of programs related to this data asset, from the [Federal Program Inventory](http://goals.performance.gov/sites/default/files/images/FederalProgramInventory_FY13_MachineReadable_091613.xls) ([csv](https://github.com/project-open-data/project-open-data.github.io/blob/master/assets/docs/program_codes_2013.csv), [json](https://github.com/project-open-data/project-open-data.github.io/blob/master/assets/docs/program_codes_2013.json)).
0 commit comments