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

Need a way to capture a Title and Description for each resource in the Distribution array #248

Closed
@cew821

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:

image

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:

image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions