This module contains data field classes which are used to define a data schema.
A data field is responsible for cleaning, validation, and initialization of the value assigned to it.
Each data field extends the [DataField]DataField class to implement logic specific to its
contained data type.
This module contains data field classes which are used to define a data schema. A data field is responsible for cleaning, validation, and initialization of the value assigned to it. Each data field extends the [DataField]DataField class to implement logic specific to its contained data type.