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

Commit 9b15ac4

Browse files
committed
correcting capitalization for primaryITInvestment
In response to #284
1 parent 355ef4e commit 9b15ac4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: v1.1/schema.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ accrualPeriodicity | Frequency | Frequency with which dataset is publ
119119
landingPage | Homepage URL | Alternative landing page used to redirect user to a contextual, Agency-hosted "homepage" for the Dataset or API when selecting this resource from the Data.gov user interface.
120120
isPartOf | isPartOf | The collection of which the dataset is a subset.
121121
language | Language | The language of the dataset.
122-
PrimaryITInvestmentUII | Primary IT Investment UII | For linking a dataset with an IT Unique Investment Identifier (UII)
122+
primaryITInvestmentUII | primary IT Investment UII | For linking a dataset with an IT Unique Investment Identifier (UII)
123123
references | Related Documents | Related documents such as technical information about a dataset, developer documentation, etc.
124124
issued | Release Date | Date of formal issuance.
125125
systemOfRecords | System of Records | If the systems is designated as a system of records under the Privacy Act of 1974, provide the URL to the System of Records Notice related to this dataset.
@@ -363,14 +363,14 @@ Further Metadata Field Guidance (alphabetical by field)
363363
If there is a need to reflect that the dataset is continually updated, ISO 8601 formatting can account for this by [giving the duration](http://en.wikipedia.org/wiki/ISO_8601#Durations). For instance, `P1D` for daily, `P2W` for every two weeks, and `PT5M` for every five minutes.
364364
**Example** | `{"modified":"2012-01-15"}` or `{"modified":"P1D"}`
365365

366-
{: .table .table-striped #PrimaryITInvestmentUII}
367-
**Field [#](#PrimaryITInvestmentUII){: .permalink}** | **PrimaryITInvestmentUII**
366+
{: .table .table-striped #primaryITInvestmentUII}
367+
**Field [#](#primaryITInvestmentUII){: .permalink}** | **primaryITInvestmentUII**
368368
----- | -----
369369
**Cardinality** | (0,1)
370370
**Required** | No
371371
**Accepted Values** | String
372372
**Usage Notes** | Use to link a given dataset with its related IT Unique Investment Identifier, which can often be found in Exhibit 53 documents.
373-
**Example** | `{"PrimaryITInvestmentUII":"023-000000001"}`
373+
**Example** | `{"primaryITInvestmentUII":"023-000000001"}`
374374

375375
{: .table .table-striped #programCode}
376376
**Field [#](#programCode){: .permalink}** | **programCode**

0 commit comments

Comments
 (0)