json_schemer
                                
                                 json_schemer copied to clipboard
                                
                                    json_schemer copied to clipboard
                            
                            
                            
                        passing a symbol for "format" silently disables validation
JSONSchemer.schema({'format' => 'date'}).valid?("foo")
JSONSchemer.schema({'format' => :date}).valid?("foo")
This is very surprising! I feel like fetch_format might want to cast the input to a string. What do you think?