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

Commit a92603d

Browse files
committed
Merge pull request #114 from project-open-data/drop-filesize
🔥 the size field
2 parents b30139f + c564b15 commit a92603d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Diff for: schema.md

-10
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ Language | The language of the dataset.
8585
Data Quality | Whether the dataset meets the agency's Information Quality Guidelines (true/false). | dataQuality
8686
Category | Main thematic category of the dataset. | theme
8787
Related Documents | Related documents such as technical information about a dataset, developer documentation, etc. | references
88-
Size | The size of the downloadable dataset. | size
8988
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
9089
RSS Feed | URL for an RSS feed that provides access to the dataset. | feed
9190
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
@@ -301,15 +300,6 @@ Field | title
301300
**Usage Notes** | Distribution is a concatenation, as appropriate, of the following elements: download url, format, endpoint, language, size.
302301
**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"}]`
303302

304-
{.table .table-striped}
305-
**Field** | **size**
306-
----- | -----
307-
**Cardinality** | (0,n)
308-
**Required** | No
309-
**Accepted Values** | See Usage Notes
310-
**Usage Notes** | Sizes should be formatted as (e.g.), 52kB, 140MB, 2GB.
311-
**Example** | `{"size":"3MB"}`
312-
313303
{.table .table-striped}
314304
**Field** | **landingPage**
315305
----- | -----

0 commit comments

Comments
 (0)