module JSON
  class Schema
    class JsonLoadError < StandardError
    end
  end
end
