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: v1.1/schema.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ accrualPeriodicity | Frequency | Frequency with which dataset is publ
119
119
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.
120
120
isPartOf | isPartOf | The collection of which the dataset is a subset.
121
121
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)
123
123
references | Related Documents | Related documents such as technical information about a dataset, developer documentation, etc.
124
124
issued | Release Date | Date of formal issuance.
125
125
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)
363
363
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.
364
364
**Example** | `{"modified":"2012-01-15"}` or `{"modified":"P1D"}`
0 commit comments