Anytype
A placeholder for any data type.
Booleans
Can only contain the values false and true.
Dates
Contains day, month, and year.
Enums
An abbreviation for enumerated text—a set of literals.
GUIDs
A globally unique identifier.
Integers
A number without a decimal point. To declare an integer, use the keyword int.
Reals
Numbers with a decimal point; also called decimals.
Strings
A number of characters. To declare a string, use the keyword str.
TimeOfDay
Contains hours, minutes, and seconds. To declare a time, use the system type timeOfDay.
utcdatetime
Contains year, month, day, hour, minute and second.