data type
A data type is a specific kind of data, defined by the values it can contain and how those are accessed.
For example, an Integer
is a Scalar
data type that can hold a whole number and an Object
is a data type that has named fields with their own data types and values.