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

Commit a352d85

Browse files
committed
Resolve merge conflicts
* Conflicts arose as a result of a bad merge in cc7ccd2 * Props @jpmckinney for catching it
1 parent cd75882 commit a352d85

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

Diff for: schema.md

+1-31
Original file line numberDiff line numberDiff line change
@@ -76,36 +76,19 @@ Expanded Fields
7676
---------------
7777
Agencies are encouraged to use the following expanded fields when appropriate. Agencies may freely augment these fields with their own.
7878

79-
<<<<<<< HEAD
80-
{: .table .table-striped}
79+
{:.table .table-striped}
8180
Field | Definition | JSON
8281
------ | ------ | ----
8382
Release Date | Date of formal issuance. | issued
8483
Frequency | Frequency with which dataset is published. | accrualPeriodicity
8584
Language | The language of the dataset. | language
86-
Granularity | Level of granularity of the dataset. | granularity
8785
Data Quality | Whether the dataset meets the agency's Information Quality Guidelines (true/false). | dataQuality
8886
Category | Main thematic category of the dataset. | theme
8987
Related Documents | Related documents such as technical information about a dataset, developer documentation, etc. | references
90-
Size | The size of the downloadable dataset. | size
9188
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. | landingPage
9289
RSS Feed | URL for an RSS feed that provides access to the dataset. | feed
93-
=======
94-
{.table .table-striped}
95-
Field | Definition | JSON
96-
------ | ------ | ----
97-
Release Date | Date of formal issuance. | issued
98-
Frequency | Frequency with which dataset is published. | accrualPeriodicity
99-
Language | The language of the dataset. | language
100-
Data Quality | Whether the dataset meets the agency's Information Quality Guidelines (true/false). | dataQuality
101-
Category | Main thematic category of the dataset. | theme
102-
Related Documents | Related documents such as technical information about a dataset, developer documentation, etc. | references
103-
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. | landingPage
104-
RSS Feed | URL for an RSS feed that provides access to the dataset. | feed
105-
>>>>>>> master
10690
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. | systemOfRecords
10791

108-
10992
Further Metadata Field Guidance
11093
-------------------------------
11194

@@ -316,20 +299,7 @@ Field | title
316299
**Usage Notes** | Distribution is a concatenation, as appropriate, of the following elements: download url, format, endpoint, language, size.
317300
**Example** | `"distribution": [{"accessURL": "http://data.mcc.gov/example_resource/data.json", "format":"JSON", "size":"22mb"},{"accessURL":"http://data.mcc.gov/example_/data.xml", "format":"XML", "size":"24mb"}]`
318301

319-
<<<<<<< HEAD
320-
{: .table .table-striped}
321-
**Field** | **size**
322-
----- | -----
323-
**Cardinality** | (0,n)
324-
**Required** | No
325-
**Accepted Values** | See Usage Notes
326-
**Usage Notes** | Sizes should be formatted as (e.g.), 52kB, 140MB, 2GB.
327-
**Example** | `{"size":"3MB"}`
328-
329302
{: .table .table-striped}
330-
=======
331-
{.table .table-striped}
332-
>>>>>>> master
333303
**Field** | **landingPage**
334304
----- | -----
335305
**Cardinality** | (0,1)

0 commit comments

Comments
 (0)