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

json schema now reads nested arrays properly #17

Merged
merged 1 commit into from
Apr 1, 2015

Conversation

VidurMalik
Copy link
Contributor

Originally, an item in an array was not being processed properly on a call to as_schema_hash. It did not honor the schema specified using has_schema_attrs in the item's class definition. The gem would try to guess the schema using the class name. This PR forces honoring the specified schema

@schorsch
Copy link
Member

schorsch commented Apr 1, 2015

looking good, sry did not read the PR when i commented ticket #16

schorsch added a commit that referenced this pull request Apr 1, 2015
json schema now reads nested arrays properly
@schorsch schorsch merged commit aaedd4a into salesking:master Apr 1, 2015
@schorsch
Copy link
Member

schorsch commented Apr 1, 2015

Tanks a lot! just released v0.6.2

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