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

Commit cfd5ce2

Browse files
author
haleyvandyck
committed
Merge pull request #32 from mhogeweg/prose-patch-1
corrected file size to proper use of B vs b and M/G vs m/g
2 parents e653ab2 + 78e4e7b commit cfd5ce2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: schema.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Field | title
308308
**Accepted Values** | See Usage Notes
309309
**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:
310310

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

313313
**Example** | -
314314

@@ -318,8 +318,8 @@ Field | title
318318
**Cardinality** | (0,n)
319319
**Required** | No
320320
**Accepted Values** | See Usage Notes
321-
**Usage Notes** | Sizes should be formatted as (e.g.), 52kb, 140mb, 2gb.
322-
**Example** | `{"size":"3mb"}`
321+
**Usage Notes** | Sizes should be formatted as (e.g.), 52kB, 140MB, 2GB.
322+
**Example** | `{"size":"3MB"}`
323323

324324
{.table .table-striped}
325325
**Field** | **landingPage**

0 commit comments

Comments
 (0)