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

Handle registration of schemas with the same $id #60

Merged
merged 5 commits into from
Apr 29, 2021

Commits on Apr 23, 2021

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

Commits on Apr 25, 2021

  1. Update gitignore

    kiendang committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    eb91968 View commit details
    Browse the repository at this point in the history
  2. Allow registering a file object

    Would be useful for loading client schemas imported using importlib.resources
    which are returned as file objects
    kiendang committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    4f4b565 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. Just raise an error on registering duplicate schema

    Raise an error when registering a schema with the same $id and version
    as another one already registered
    kiendang committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    670dfed View commit details
    Browse the repository at this point in the history
  2. Make test pass for python 3.5

    open doesn't work with pathlib in 3.5
    kiendang committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    c3798c4 View commit details
    Browse the repository at this point in the history