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

Please remove (accessURL, format), webservice fields and replace it with distribution. #330

Closed
rrmishra opened this issue Jul 15, 2014 · 5 comments

Comments

@rrmishra
Copy link

The distribution is the most comprehensive field. Simplify the schema by removing redundant top-level fields like accessURL, format and webservice.

Using distribution, you can specify url to one or more dataset(s). Setting accessType=webservice can be used instead of webservice field.

"distribution": [
{
"accessURL":"https://explore.data.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
"format":"text/csv"
},
{
"accessURL":"https://explore.data.gov/views/ykv5-fn9t/rows.json?accessType=DOWNLOAD",
"format":"application/json"
},
{
"accessURL":"https://explore.data.gov/views/ykv5-fn9t/rows.xml?accessType=DOWNLOAD",
"format":"text/xml"
}
]

@haleyvandyck
Copy link
Contributor

thanks @rrmishra-- well add this to the list of proposed schema changes to discuss at the offsite tomorrow.

@philipashlock
Copy link
Contributor

Thanks for chiming in. At this point, I think we can call this an affirmation/duplication of the discussion in #217

@gbinal
Copy link
Contributor

gbinal commented Aug 1, 2014

Agreed. We can leave this issue open until the resolution of #217 but at that time, this should be addressed. Thanks, @rrmishra.

@gbinal
Copy link
Contributor

gbinal commented Sep 10, 2014

This is addressed by baa0178 and by cd7a527

@gbinal
Copy link
Contributor

gbinal commented Nov 7, 2014

This would appear to be addressed by #217.

Thank you all, though, for driving these conversations around these issues and helping to assemble the v1.1 metadata update.

There appears to be consensus around this issue, which has been accepted in the v1.1 update and merged into Project Open Data. Project Open Data is a living project though. Please continue any conversations around how the schema can be improved with new issues and pull requests!

It's important for government staff as well as the public to continue to collaborate to make the Open Data Policy ever better. Though the v1.1 update is a substantial update, future iterations do not have to be, so whatever your ideas - big or small - please continue to work with this community to improve how government manages and opens its data.

@gbinal gbinal closed this as completed Nov 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants