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

Commit dab4706

Browse files
committed
updating accessLevelComment to rights
1 parent 5cf8d57 commit dab4706

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

Diff for: v1.1/schema.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Field | Label | Definition
7979
-------------- | -------------- | --------------
8080
bureauCode | Bureau Code | Federal agencies, combined agency and bureau code from [OMB Circular A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf) in the format of `015:11`.
8181
programCode | Program Code | Federal agencies, list the primary program related to this data asset, from the [Federal Program Inventory](http://goals.performance.gov/sites/default/files/images/FederalProgramInventory_FY13_MachineReadable_091613.xls). Use the format of `015:001`
82-
accessLevelComment | Access Level Comment | An explanation for the selected “accessLevel” including instructions for how to access a restricted file, if applicable, or explanation for why a “non-public” or “restricted public” data asset is not “public,” if applicable. Text, 255 characters.
82+
rights | Rights | This may include information regarding access or restrictions based on privacy, security, or other policies. This should also serve as an explanation for the selected “accessLevel” including instructions for how to access a restricted file, if applicable, or explanation for why a “non-public” or “restricted public” data asset is not “public,” if applicable. Text, 255 characters.
8383
accessURL | Download URL | URL providing direct access to the downloadable distribution of a dataset.
8484
webService | Endpoint | Endpoint of web service to access dataset.
8585
format | Format | The file format or API type of the distribution.
@@ -123,15 +123,6 @@ Further Metadata Field Guidance (alphabetical by field)
123123
**Usage Notes** | This field refers to degree to which this dataset *could be made available* to the public, regardless of whether it is currently available to the public. For example, if a member of the public can walk into your agency and obtain a dataset, that entry is **public** even if there are no files online. A *restricted public* dataset is one only available under certain conditions or to certain audiences (such as researchers who sign a waiver). A *non-public* dataset is one that could never be made available to the public for privacy, security, or other reasons as determined by your agency.
124124
**Example** | `{"accessLevel":"public"}`
125125

126-
{: .table .table-striped}
127-
**Field <a class="permalink" href="#accessLevelComment">#</a>** | **<a name="accessLevelComment">accessLevelComment</a>**
128-
----- | -----
129-
**Cardinality** | (0,1)
130-
**Required** | Yes, if accessLevel is "restricted public" or "non-public"
131-
**Accepted Values** | String
132-
**Usage Notes** | An explanation for the selected “accessLevel” including instructions for how to access a restricted file, if applicable, or explanation for why a “non-public” or “restricted public” data asset is not “public,” if applicable.
133-
**Example** | `{"accessLevelComment":"This dataset contains Personally Identifiable Information and could not be released for public access. A statistical analysis of the data contained herein, stripped of all personal identifiers, is available at http://another.website.gov/dataset."}`
134-
135126
{: .table .table-striped}
136127
**Field <a class="permalink" href="#accessURL">#</a>** | **<a name="accessURL">accessURL</a>**
137128
----- | -----
@@ -337,6 +328,17 @@ If there is a need to reflect that the dataset is continually updated, ISO 8601
337328
**Usage Notes** | Enclose each URL within strings. Separate multiple URLs with a comma.
338329
**Example** | `{"references":["http://www.agency.gov/legumes/legumes_data_documentation.html"]}` or if multiple URLs, `{"references":["http://www.agency.gov/legumes/legumes_data_documentation.html","http://www.agency.gov/fruits/fruit_data_documentation.html"]}`
339330

331+
332+
{: .table .table-striped}
333+
**Field <a class="permalink" href="#rights">#</a>** | **<a name="rights">rights</a>**
334+
----- | -----
335+
**Cardinality** | (0,1)
336+
**Required** | Yes, if accessLevel is "restricted public" or "non-public"
337+
**Accepted Values** | String
338+
**Usage Notes** | This may include information regarding access or restrictions based on privacy, security, or other policies. This should also serve as an explanation for the selected “accessLevel” including instructions for how to access a restricted file, if applicable, or explanation for why a “non-public” or “restricted public” data asset is not “public,” if applicable.
339+
**Example** | `{"rights":"This dataset contains Personally Identifiable Information and could not be released for public access. A statistical analysis of the data contained herein, stripped of all personal identifiers, is available at http://another.website.gov/dataset."}`
340+
341+
340342
{: .table .table-striped}
341343
**Field <a class="permalink" href="#spatial">#</a>** | **<a name="spatial">spatial</a>**
342344
----- | -----

0 commit comments

Comments
 (0)