[InDesign] What's wrong with this creation of character style?

I want to create a new character style with the following properties; but the result looks like only the name is being accepted, the rest are being ignored.
Please advise! Thanks.

tell application " InDesign CS"
	activate
	tell document 1
		make character style at end with properties {name:"Text", font:"Times", size:"10pt", color:"Red"}
	end tell
end tell

With the exception of “name”, none of those properties are valid for character style. See the dictionary entries for that class.

Thank you for your advice. I have forgotton to serch through the dictionary.:stuck_out_tongue: