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

Commit 42a04ec

Browse files
committed
Merge pull request #61 from jpmckinney
1 parent a8d0ce8 commit 42a04ec

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

schema.md

+5
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,16 @@ Field | title
308308
**Cardinality** | (0,n)
309309
**Required** | No
310310
**Accepted Values** | See Usage Notes
311+
<<<<<<< HEAD
311312
**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:
312313

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

315316
**Example** | -
317+
=======
318+
**Usage Notes** | Distribution is a concatenation, as appropriate, of the following elements: download url, format, endpoint, language, size.
319+
**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"}]`
320+
>>>>>>> 91a53c3dd5bad021798ab416ab5e99bc72ee56eb
316321
317322
{.table .table-striped}
318323
**Field** | **size**

0 commit comments

Comments
 (0)