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
Previously we had to explicitly load attributes before formats, because
the format classes weren't requiring their parent class. In effect there
was a coupling between the load order in json-schema.rb and the
individual format classes.
I've changed this so that each format requires it's parent class.
0 commit comments