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

[BUGFIX] Add provided schema under a dummy / internal URI (fixes #376) #378

Merged
merged 3 commits into from
Mar 17, 2017

Commits on Mar 10, 2017

  1. Add provided schema under a dummy / internal URI (fixes jsonrainbow#376)

    In order to resolve internal $ref references within a user-provided
    schema, SchemaStorage needs to know about the schema. As user-supplied
    schemas do not have an associated URI, use a dummy / internal one instead.
    erayd committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    f2f8b0c View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2017

  1. Remove dangling use

    erayd committed Mar 11, 2017
    Configuration menu
    Copy the full SHA
    44c1e64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2835a7 View commit details
    Browse the repository at this point in the history