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

Commit 6abab40

Browse files
committed
adds links to csv and json versions of the bureau and program codes for 2013
1 parent ec89a8c commit 6abab40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: schema.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ The following fields must be used to describe each dataset if they are applicabl
6262
{: .table .table-striped}
6363
Field | Definition |JSON
6464
------- | --------------- | --------------
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
6767
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
6868
Download URL | URL providing direct access to the downloadable distribution of a dataset. | accessURL
6969
Endpoint | Endpoint of web service to access dataset. | webService
@@ -141,7 +141,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
141141
**Cardinality** | (0,n)
142142
**Required** | Yes, for United States Federal Government agencies
143143
**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.
145145
**Example** | The Office of the Solicitor (86) at the Department of the Interior (010) would be: {"bureauCode":["010:86"]}
146146

147147
{: .table .table-striped}
@@ -308,7 +308,7 @@ Further Metadata Field Guidance (alphabetical by JSON field)
308308
**Cardinality** | (0,n)
309309
**Required** | Yes, for United States Federal Government Agencies
310310
**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)).
312312
**Example** | `{"programCode":["015:001”, “015:002”]}`
313313

314314
{: .table .table-striped}

0 commit comments

Comments
 (0)