Skip to content

Feature: Fixes #151 - #179

Merged
cwacek merged 2 commits into
masterfrom
feature/fix-151
Aug 17, 2019
Merged

cwacek merged 2 commits into
masterfrom
feature/fix-151

Conversation

@cwacek

@cwacek cwacek commented Aug 17, 2019

Copy link
Copy Markdown
Owner

This resolves an issue where if a oneOf was hidden behind a $ref
at the toplevel of an schema (I know), then it would fail to load properly.

It turns out this is just because the top level reference was using an
old method for resolving type proxies. Updating it to use the TypeProxy
object resolved the issue.

Some minor refactoring of names too.

cwacek added 2 commits August 17, 2019 15:52
This resolves an issue where if a oneOf was hidden behind a $ref
at the toplevel of an schema (I know), then it would fail to load properly.

It turns out this is just because the top level reference was using an
old method for resolving  type proxies. Updating it to use the TypeProxy
object resolved the issue.

Some minor refactoring of names too.
Use that same helper function *everywhere*, not just
randomly.
@cwacek
cwacek merged commit 0918fc5 into master Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant