# Detect inconsistency between the type (String/Fixnum) of properties generated by this script and the existing values on the server.
raise"Error: the OAR property '#{k}' is a '#{v_oar}' on the server and this script uses '#{v_ref}' for this property."
end
}
puts"Properties that need to be created on the server: #{properties_keys["diff"].keys.to_a.join(', ')}"ifoptions[:verbose]&&properties_keys["diff"].keys.size>0