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

Commit 12244ea

Browse files
committed
Added programOffice
1 parent bc07970 commit 12244ea

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

Diff for: schema.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Download URL | URL providing direct access to the downloadable distributi
6969
Endpoint | Endpoint of web service to access dataset. | webService
7070
Format | The file format or API type of the distribution. | format
7171
License | The license dataset or API is published with. See [Open Licenses](/open-licenses/) for more information. | license
72+
Program Office | The program office responsible for the dataset | programOffice
7273
Spatial | The range of spatial applicability of a dataset. Could include a spatial region like a bounding box or a named place. | spatial
7374
Temporal | The range of temporal applicability of a dataset (i.e., a start and end date of applicability for the data). | temporal
7475

@@ -286,6 +287,15 @@ Further Metadata Field Guidance
286287
**Usage Notes** | Use to link a given dataset with its related IT Unique Investment Identifier.
287288
**Example** | `{"PrimaryITInvestmentUII":"123456"}`
288289

290+
{: .table .table-striped}
291+
**Field** | **programOffice**
292+
----- | -----
293+
**Cardinality** | (0,n)
294+
**Required** | Yes, if a program office owns or co-owns this dataset.
295+
**Accepted Values** | Array of strings
296+
**Usage Notes** | Enter the name of the program office responsible for the dataset, as found in the [Federal Program Inventory](http://goals.performance.gov/federalprograminventory).
297+
**Example** | `{"programOffice":["2.31. Survivors’ and Dependents’ Educational Assistance"]}`
298+
289299
{: .table .table-striped}
290300
**Field** | **publisher**
291301
----- | -----is
@@ -333,7 +343,7 @@ Further Metadata Field Guidance
333343
**Example** | `{"theme":["vegetables","produce"]}`
334344

335345
{: .table .table-striped}
336-
Field | title
346+
**Field** | **title**
337347
----- | -----
338348
**Cardinality** | (1,1)
339349
**Required** | Yes, always

0 commit comments

Comments
 (0)