brandur/json_schema

Doesn't expand references by default

nornagon opened this issue · 0 comments

It took me some digging in the source to discover that you need to call JsonSchema::ReferenceExpander#expand in order for $refs to be expanded. Should probably have JsonSchema.parse! do that automatically, or document this behaviour.