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

🔥 the size field #114

Merged
merged 1 commit into from
Aug 15, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ Granularity | Level of granularity of the dataset.
Data Quality | Whether the dataset meets the agency's Information Quality Guidelines (true/false). | dataQuality
Category | Main thematic category of the dataset. | theme
Related Documents | Related documents such as technical information about a dataset, developer documentation, etc. | references
Size | The size of the downloadable dataset. | size
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
RSS Feed | URL for an RSS feed that provides access to the dataset. | feed
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
Expand Down Expand Up @@ -311,15 +310,6 @@ Field | title
**Usage Notes** | Distribution is a concatenation, as appropriate, of the following elements: download url, format, endpoint, language, size.
**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"}]`

{.table .table-striped}
**Field** | **size**
----- | -----
**Cardinality** | (0,n)
**Required** | No
**Accepted Values** | See Usage Notes
**Usage Notes** | Sizes should be formatted as (e.g.), 52kB, 140MB, 2GB.
**Example** | `{"size":"3MB"}`

{.table .table-striped}
**Field** | **landingPage**
----- | -----
Expand Down