Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ckanapi.dump.create_datapackage() does not produce spec-compliant data resources #114

Open
chbrown opened this issue Mar 4, 2017 · 0 comments

Comments

@chbrown
Copy link
Contributor

chbrown commented Mar 4, 2017

From the data-package spec:

Resources in a Data Package are declared on the resources property, which is an array of Data Resource objects.

And the data-resource spec says:

At a minimum, a Data Resource requires a name property and a data property. name provides a human- and machine-readable identifier for the Data Package. data is an array of URIs to data.

I'm not sure what they mean by "an array of URIs to data", but it's clear that what ckanapi calls path should be called data to comply with the spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant