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

Data package standard is not versioned #40

Closed
relet opened this issue Apr 23, 2013 · 4 comments
Closed

Data package standard is not versioned #40

relet opened this issue Apr 23, 2013 · 4 comments

Comments

@relet
Copy link

relet commented Apr 23, 2013

AFAICS the datapackage standard contains no field describing which version of the standard the package adheres to.

@rufuspollock
Copy link
Contributor

What do you think the attribute should be called? Perhaps:

  standard_version: {integer}

@relet
Copy link
Author

relet commented Apr 23, 2013

I'm pretty indifferent about the name, but the data type should probably not be integer.

  • There is already a published version of the standard called "1.0beta2" (unless I missed another version number elsewhere).
  • You require the http://semver.org/ format for data package versioning.

Now the string "beta", and numbering a beta version 1.0 does not match semantic versioning standards currently.
Imho, it would be most consistent to make it a semver string, and require semver format afterwards.

@rufuspollock
Copy link
Contributor

Propose

dp-version: "{semver-string}"

@rufuspollock
Copy link
Contributor

Update that to:

"datapackage_version": "{semver-string}"

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

No branches or pull requests

2 participants