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

corrected file size to proper use of B vs b and M/G vs m/g #32

Merged
merged 1 commit into from
May 16, 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
8 changes: 4 additions & 4 deletions schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ Field | title
**Accepted Values** | See Usage Notes
**Usage Notes** | Distribution is a concatenation, as appropriate, of the following elements: download url, format, endpoint, language, size. An example of this this model is:

"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"}`]
"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"}`]

**Example** | -

Expand All @@ -318,8 +318,8 @@ Field | title
**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"}`
**Usage Notes** | Sizes should be formatted as (e.g.), 52kB, 140MB, 2GB.
**Example** | `{"size":"3MB"}`

{.table .table-striped}
**Field** | **landingPage**
Expand Down Expand Up @@ -361,4 +361,4 @@ Examples
--------
* [JSON](http://project-open-data.github.io/metadata-resources/)
* [RDFa Lite](http://project-open-data.github.io/metadata-resources/)
* [XML](http://project-open-data.github.io/metadata-resources/)
* [XML](http://project-open-data.github.io/metadata-resources/)