Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: seedcase-project/check-datapackage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.13.0
Choose a base ref
...
head repository: seedcase-project/check-datapackage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.14.0
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Nov 5, 2025

  1. feat: ✨ handle grouped errors under resource fields (#175)

    # Description
    
    This PR adds a function for handling grouped errors under
    `$.resources[x].schema.fields[x]`.
    Here, the problem comes from the fact that each field type has its own
    sub-JSON-schema, and each one of these sub-schemas flags issues when the
    type of a field is not its own type. So, if a field has `type="number"`
    and there is something wrong with the field, then the sub-schemas for
    `year`, `string`, etc. will also flag issues. The goal is to flag issues
    only for `number`.
    
    Part of #15 
    
    Needs an in-depth review.
    
    ## Checklist
    
    - [x] Formatted Markdown
    - [x] Ran `just run-all`
    martonvago authored Nov 5, 2025
    Configuration menu
    Copy the full SHA
    529b0cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdf83bf View commit details
    Browse the repository at this point in the history
Loading