From c564b15a93b598d5597814a3caa263c4820f6b55 Mon Sep 17 00:00:00 2001 From: Ben Balter Date: Thu, 15 Aug 2013 13:04:04 -0400 Subject: [PATCH] :fire: the size field --- schema.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/schema.md b/schema.md index 733a4271..1bab1e15 100644 --- a/schema.md +++ b/schema.md @@ -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 @@ -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** ----- | -----