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
+4-4
Original file line number
Diff line number
Diff line change
@@ -54,15 +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 Required Declaration
57
+
Catalog Required Fields
58
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.
59
+
These fields describe the entire Public Data Listing catalog file. 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. See the [Catalog section](#Catalog) under *Further Metadata Field Guidance* for more details.
60
60
61
61
{: .table .table-striped}
62
62
Field | Label | Definition
63
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.
64
+
conformsTo | Schema Version | A URI that identifies the version of the Project Open Data schema being used.
65
+
dataset | Dataset | A container for the array of Dataset objects. See <ahref="#Dataset">Dataset Fields</a> below for details.
0 commit comments