You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to retrieve the schema that is constructed internally for validation, including extends, $ref'ed schemas, etc as one fully 'resolved' json-schema hash?
I did not have the time to investigate the internals of the gem yet so I thought i'd ask first. I wrote a half-assed implementation myself for my purposes (documentation of the schema) but I figured this might be something that would be useful to others as well.