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

Commit be7513f

Browse files
committed
adds conformsTo to schema dataset/distribution
1 parent cb3e09a commit be7513f

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Diff for: v1.1/schema.md

+19
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,16 @@ Dataset Fields {#Dataset}
194194
**Usage Notes** | Represent each bureau responsible for the dataset according to the codes found in [OMB Circular A-11, Appendix C](http://www.whitehouse.gov/sites/default/files/omb/assets/a11_current_year/app_c.pdf). Start with the agency code, then a colon, then the bureau code.
195195
**Example** | The Office of the Solicitor (86) at the Department of the Interior (010) would be: `{"bureauCode":["010:86"]}`. If a second bureau was also responsible, the format like this: `{"bureauCode":["010:86","010:04"]}`.
196196

197+
198+
{: .table .table-striped #dataset-conformsTo}
199+
**Field [#](#dataset-conformsTo){: .permalink}** | **conformsTo**
200+
----- | -----
201+
**Cardinality** | (0,1)
202+
**Required** | No
203+
**Accepted Values** | String (URL)
204+
**Usage Notes** | This is used to identify a standardized specification the dataset conforms to
205+
**Example** | `{"conformsTo": "http://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html"}`
206+
197207
{: .table .table-striped #contactPoint}
198208
**Field [#](#contactPoint){: .permalink}** | **contactPoint**
199209
----- | -----
@@ -298,6 +308,15 @@ Dataset Fields {#Dataset}
298308
**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.
299309
**Example** | `{"accessURL":"http://www.agency.gov/api/vegetables/"}`
300310

311+
{: .table .table-striped .child-field #distribution-conformsTo}
312+
**Field [#](#distribution-conformsTo){: .permalink}** | **distribution → conformsTo**
313+
----- | -----
314+
**Cardinality** | (0,1)
315+
**Required** | No
316+
**Accepted Values** | String (URL)
317+
**Usage Notes** | This is used to identify a standardized specification the distribution conforms to
318+
**Example** | `{"conformsTo": "http://www.xbrl.org/Specification/XBRL-2.1/REC-2003-12-31/XBRL-2.1-REC-2003-12-31+corrected-errata-2013-02-20.html"}`
319+
301320
{: .table .table-striped .child-field #distribution-downloadURL}
302321
**Field [#](#distribution-downloadURL){: .permalink}** | **distribution → downloadURL**
303322
----- | -----

0 commit comments

Comments
 (0)