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
feat(ruby): determine JSONSchema type from const/enum (#667)
The Schema class now infers the type of a schema object when "const" or
"enum" is used. If "const" or "enum" are present, any "type" field is
ignored.
needed by #636
0 commit comments