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: jsonrainbow/json-schema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jsonrainbow/json-schema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: Add-Draft-2019-09-support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 51 files changed
  • 4 contributors

Commits on May 4, 2026

  1. Configuration menu
    Copy the full SHA
    318bd68 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2026

  1. Update to json schema test suite main branch (#906)

    ## Description
    This PR updates the JSON Schema test-suite to use the main branch. This
    adds some additional test for the property names constraint in draft 06
    and 07 for the const and enum.
    
    ## Related Issue
    - Fixes #905 
    
    ## Type of Change
    - [X] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [ ] Documentation update
    - [ ] Code refactoring
    - [ ] Other (please describe):
    
    ## Checklist
    - [X] I have read the [CONTRIBUTING](CONTRIBUTING.md) guidelines
    - [X] My code follows the code style of this project
    - [X] I have added tests that prove my fix is effective or that my
    feature works
    - [X] All new and existing tests pass
    - [X] I have updated the documentation accordingly
    - [X] My changes generate no new warnings
    DannyvdSluijs authored May 5, 2026
    Configuration menu
    Copy the full SHA
    62869e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    861125a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c89ebb View commit details
    Browse the repository at this point in the history
  4. Display the additional property on error instead of the value (#904)

    ## Description
    Fixes the error message for additional properties to show the property
    name instead of the value.
    
    Before:
    ```
    The property 41.53824,2.42572 is not defined and the definition does not allow additional properties
    ```
    After:
    ```
    The property coordinates is not defined and the definition does not allow additional properties
    ```
    
    ## Type of Change
    - [x] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [ ] Documentation update
    - [ ] Code refactoring
    - [ ] Other (please describe):
    
    ## Checklist
    - [x] I have read the [CONTRIBUTING](CONTRIBUTING.md) guidelines
    - [x] My code follows the code style of this project
    - [x] I have added tests that prove my fix is effective or that my
    feature works
    - [x] All new and existing tests pass
    - [x] I have updated the documentation accordingly
    - [x] My changes generate no new warnings
    nicosp authored May 5, 2026
    Configuration menu
    Copy the full SHA
    56ddf2c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2026

  1. docs: Update CHANGELOG.md for PR #904

    Due to a workflow failure this entry was added manually.
    DannyvdSluijs committed May 13, 2026
    Configuration menu
    Copy the full SHA
    bea1f52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd2dcc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69bdc84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4239e10 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebde670 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7cc753 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e406ef9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e25b28 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    30f723d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9b42d56 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    72e285d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4073b40 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d0194bf View commit details
    Browse the repository at this point in the history

Commits on May 17, 2026

  1. Configuration menu
    Copy the full SHA
    128bc26 View commit details
    Browse the repository at this point in the history
Loading