-
Notifications
You must be signed in to change notification settings - Fork 115
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
Profile field includes version as # and profile is url (?) #491
Comments
I really think this should be a url-or-path, and nothing more. A url allows custom profiles and skips the fragile step of parsing "data-package#v1.0" to a url, and path allows the profile to be included within the data package. I liked the suggestion of this being called |
@ezwelty really like the suggestion and you've grokked why we don't use schema (which would anyway be ambiguous over data schema vs metadata schema). |
@rufuspollock I much prefer the solution I have for versions, scheduled for discussion for v1.1, here: As for URL to schema, I was supporting this already in rc1: |
Extend profile field to include version of the profile using # e.g.
profile:
data-package#v1.0Also consider explicit urls for profile schema:
profile: url-to-schema
cf ropensci-archive/datapkg#12 (comment)
The text was updated successfully, but these errors were encountered: