Need a way to capture a Title and Description for each resource in the Distribution array #248
Description
The required fields for the distribution
type are accessURL
and format
i.e. MIME-type. I think we should consider adding two additional fields (which could be optional) to the distribution
type, which would be resourceTitle
and resourceDescription
.
Right now, if data managers create a data record using CKAN (i.e. using inventory.data.gov), the data manager is prompted to provide a Title and Description in addition to the accessURL/webService and File Format. When a user browses the inventory within that CKAN instance, they see this title and description as a part of the record. See this screenshot for an example:
However, since the schema doesn't have a field for these Title and Description elements, this data is lost when the data.json file is generated from the inventory. As a result, users of catalog.data.gov don't see a title or description for each resource, even if it was originally provided by a data manager in inventory.data.gov:
I propose that we add some optional fields to the schema that would allow each object in a distribution
include a resourceTitle
and resourceDescription
text field, which, if present, could be used by catalog.data.gov and other catalogs to provide users of the catalog more information about each resource in the distribution.
Activity