```ruby 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?