You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 18, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: v1.1/schema.md
+51-53
Original file line number
Diff line number
Diff line change
@@ -54,10 +54,15 @@ The Project Open Data schema is case sensitive. The schema uses a camel case con
54
54
Links to downloadable examples of metadata files developed in this and other formats in [the metadata resources](/metadata-resources/). Tools to help agencies produce and maintain their data inventories are [available on GitHub](http://www.github.com/project-open-data) and hosted at [Labs.Data.gov](http://labs.data.gov).
55
55
56
56
57
-
Schema Version Declaration (Required)
58
-
-----------------------------
59
-
In order to distinguish the schema version being used publishers are required to specify the relevant URI using the `conformsTo` field at the beginning of their data.json file. Version 1.1 of the schema should be identified with the following URI: http://project-open-data.cio.gov/v1.1/schema. Optionally, publishers may also use the `describedBy` field to reference the default [JSON Schema](http://json-schema.org/) file used to define the schema (http://project-open-data.cio.gov/v1.1/schema/catalog.json) or they may refer to their own JSON Schema file where they have extended the schema. These fields are both part of a JSON object that also contains a listing of all datasets under the `dataset` field. See the [Catalog section](#Catalog) under *Further Metadata Field Guidance* for more details.
57
+
Schema Version Required Declaration
58
+
-------------------------------------------------
59
+
The following fields are required, to be used to describe each Public Data Listing. See the [Catalog section](#Catalog) under *Further Metadata Field Guidance* for more details.
60
60
61
+
{: .table .table-striped}
62
+
Field | Label | Definition
63
+
-------------- | -------------- | --------------
64
+
conformsTo | Data Standard | Version 1.1 of the schema should be identified with the following URI: http://project-open-data.cio.gov/v1.1/schema. Optionally, publishers may also use the `describedBy` field to reference the default [JSON Schema](http://json-schema.org/) file used to define the schema (http://project-open-data.cio.gov/v1.1/schema/catalog.json) or they may refer to their own JSON Schema file where they have extended the schema.
65
+
dataset | Dataset | This field is a container for an array of Dataset objects. See See <ahref="#Dataset">Dataset Fields</a> below for details</td> below for details.
61
66
62
67
"Common Core" Required Fields
63
68
-----------------------------
@@ -138,58 +143,51 @@ Further Metadata Field Guidance
138
143
-------------------------------
139
144
Additional details for each field are provided here broken down into sections for the overarching [Catalog](#Catalog), each [dataset](#dataset), and each dataset's [distribution](#distribution).
140
145
141
-
{: .schema-fields .requirements-key}
142
-
* Key
143
-
* {: .field-required} Required
144
-
* {: .field-required-if-applicable} Required if Applicable
0 commit comments