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

Commit c564b15

Browse files
committed
🔥 the size field
1 parent 31263ea commit c564b15

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
@@ -86,7 +86,6 @@ Granularity | Level of granularity of the dataset.
8686
Data Quality | Whether the dataset meets the agency's Information Quality Guidelines (true/false). | dataQuality
8787
Category | Main thematic category of the dataset. | theme
8888
Related Documents | Related documents such as technical information about a dataset, developer documentation, etc. | references
89-
Size | The size of the downloadable dataset. | size
9089
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
9190
RSS Feed | URL for an RSS feed that provides access to the dataset. | feed
9291
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
@@ -311,15 +310,6 @@ Field | title
311310
**Usage Notes** | Distribution is a concatenation, as appropriate, of the following elements: download url, format, endpoint, language, size.
312311
**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"}]`
313312

314-
{.table .table-striped}
315-
**Field** | **size**
316-
----- | -----
317-
**Cardinality** | (0,n)
318-
**Required** | No
319-
**Accepted Values** | See Usage Notes
320-
**Usage Notes** | Sizes should be formatted as (e.g.), 52kB, 140MB, 2GB.
321-
**Example** | `{"size":"3MB"}`
322-
323313
{.table .table-striped}
324314
**Field** | **landingPage**
325315
----- | -----

0 commit comments

Comments
 (0)