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

Commit 2362b44

Browse files
committed
Revised description of catalog required fields
1 parent 279b457 commit 2362b44

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
@@ -54,15 +54,15 @@ The Project Open Data schema is case sensitive. The schema uses a camel case con
5454
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).
5555

5656

57-
Schema Version Required Declaration
57+
Catalog Required Fields
5858
-------------------------------------------------
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.
6060

6161
{: .table .table-striped}
6262
Field | Label | Definition
6363
-------------- | -------------- | --------------
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 <a href="#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 <a href="#Dataset">Dataset Fields</a> below for details.
6666

6767
"Common Core" Required Fields
6868
-----------------------------

0 commit comments

Comments
 (0)