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

Commit a29db45

Browse files
committed
updating cardinality for distribution items
1 parent 1b53820 commit a29db45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: v1.1/schema.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Further Metadata Field Guidance (alphabetical by field)
228228
{: .table .table-striped .child-field #distribution-accessURL}
229229
**Field [#](#distribution-accessURL){: .permalink}** | **distribution → accessURL**
230230
----- | -----
231-
**Cardinality** | (0,n)
231+
**Cardinality** | (0,1)
232232
**Required** | Yes, if the file is accessible indirectly, through means other than direct download.
233233
**Accepted Values** | String (URL)
234234
**Usage Notes** | This should be the URL for an indirect means of accessing the data, such as API documentation, a 'wizard' or other graphical interface which is used to generate a download, feed, or a request form for the data. This should not be a **direct** download URL. It is usually assumed that accessURL is an HTML webpage.
@@ -237,7 +237,7 @@ Further Metadata Field Guidance (alphabetical by field)
237237
{: .table .table-striped .child-field #distribution-downloadURL}
238238
**Field [#](#distribution-downloadURL){: .permalink}** | **distribution → downloadURL**
239239
----- | -----
240-
**Cardinality** | (0,n)
240+
**Cardinality** | (0,1)
241241
**Required** | Yes, if the file is available for public download.
242242
**Accepted Values** | String (URL)
243243
**Usage Notes** | This must be the **direct** download URL. Other means of accessing the dataset should be expressed using **accessURL**. This should always be accompanied by **mediaType**.
@@ -246,7 +246,7 @@ Further Metadata Field Guidance (alphabetical by field)
246246
{: .table .table-striped .child-field #distribution-description}
247247
**Field [#](#distribution-description){: .permalink}** | **distribution → description**
248248
----- | -----
249-
**Cardinality** | (1,1)
249+
**Cardinality** | (0,1)
250250
**Required** | Yes, always
251251
**Accepted Values** | String
252252
**Usage Notes** | This should be a human-readable description of the distribution.
@@ -273,7 +273,7 @@ Further Metadata Field Guidance (alphabetical by field)
273273
{: .table .table-striped .child-field #distribution-title}
274274
**Field [#](#distribution-title){: .permalink}** | **distribution → title**
275275
----- | -----
276-
**Cardinality** | (1,1)
276+
**Cardinality** | (0,1)
277277
**Required** | Yes, always
278278
**Accepted Values** | String
279279
**Usage Notes** | This should be a useful title for the distribution. Acronyms should be avoided.

0 commit comments

Comments
 (0)