{
	"email" : {
		"type"		: "[object String]",
		"require"	: true,
		"match"		: "([a-zA-Z]*\\d*)*@([a-zA-Z]*\\d*).[a-zA-Z]*"
	}
}