DataSchema supports a parser property that enforces type conversion on data as the schema is being applied. The parser property can point to one of the following types of parsing functions:
A DataType subclass parse function, like Y.DataType.Number.parse
A registered shortcut to a DataType subclass parse function, like "number"