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

Support package.$schema #220

Open
11 tasks
peterdesmet opened this issue Jul 3, 2024 · 0 comments
Open
11 tasks

Support package.$schema #220

peterdesmet opened this issue Jul 3, 2024 · 0 comments
Labels
complexity:low Likely not complex to implement datapackage:v2

Comments

@peterdesmet
Copy link
Member

peterdesmet commented Jul 3, 2024

CHANGELOG: https://datapackage.org/overview/changelog/#packageschema-new

  • Requires Create version() function #225
  • Check $schema
    • If not provided, look for profile
    • If no profile, assume v1
    • If v1: investigate what effect is (likely small)
    • If v2: interpret new properties (likely none)
    • If v2+: warn that it may not understand all properties
  • Update implementation
  • Update documentation and mentions of profiles
  • Update tests
  • Update examples
@peterdesmet peterdesmet added datapackage:v2 complexity:low Likely not complex to implement labels Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
complexity:low Likely not complex to implement datapackage:v2
Projects
None yet
Development

No branches or pull requests

1 participant