["depth", "width", "height"].each do |k|
      if !hash[k].nil? && hash[k] !~ /\A\d+(\.\d\d?)?\Z/
        errors << [k, "must be a number with no more than 2 decimal places"]
      end