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: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.12.1
Choose a base ref
...
head repository: python-jsonschema/jsonschema
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.13.0
Choose a head ref
  • 2 commits
  • 12 files changed
  • 1 contributor

Commits on Aug 18, 2022

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

Commits on Aug 19, 2022

  1. Support validator classes whose metaschema uses a different dialect.

    In other words, one may author validator classes (via
    jsonschema.validators.create or extend) whose meta schema defines schema
    behavior using JSON Schema draft2020-12 but whose schemas are in its own
    dialect.
    
    Said again differently, the set of valid schemas for a validator class
    may be governed by one draft, while the schema behavior itself is
    governed by another.
    Julian committed Aug 19, 2022
    Configuration menu
    Copy the full SHA
    a60a087 View commit details
    Browse the repository at this point in the history
Loading