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
I agree it's annoying. format isn't a special case, though, so changing this would mean supporting symbols for all schema values. I reluctantly added support for symbol schema keys (ie, {format: 'date'} works), but keys are more constrained than values. I'm still open to supporting symbol values, though likely not soon.
In the mean time, if you have schemas that may not be valid, you can use JSONSchemer.valid_schema? to check them:
This is very surprising! I feel like
fetch_format
might want to cast the input to a string. What do you think?The text was updated successfully, but these errors were encountered: