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

Include documented Hashes #453

Closed
wants to merge 2 commits into from
Closed

Conversation

aschuster3
Copy link
Contributor

@aschuster3 aschuster3 commented Jun 10, 2016

This is opened to address Issue #445

Because of the way the logic is stated, raw Hashes can never be included. After digging through, I found that the reason this unless exists in the first place is because Hashes and Arrays are replaced with their object references (e.g. "address"=>{"$ref"=>"#/definitions/someDefinition"} is preferred over "address"=>{"type"=>"object"}).

@aschuster3
Copy link
Contributor Author

I just realized that I don't actually test for the functionality that I claim, so I will close this for right now. I unfortunately won't have access to update the tests for a couple of days, but I will add what's needed. As a brief summary, this PR specifically affects Hashes and Arrays in JSON bodies, which I failed to cover. I will reopen a new PR when I get the work straightened out.

@aschuster3 aschuster3 closed this Jun 10, 2016
@LeFnord
Copy link
Member

LeFnord commented Jun 11, 2016

@aschuster3 … 👍

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.

2 participants