📄️ Address
The type address is used to represent a physical location, typically including details such as street address, city, district, postal code, and country.
📄️ Boolean
Not much to say about this data type, it is a boolean value, which can be either true or false.
📄️ DateTime
The DateTime combines date and time into a single representation, allowing for precise scheduling and time management.
📄️ Date
The Date type represents a specific day in the calendar. It is used for scenarios where only the date is relevant, such
📄️ Double
Double-precision 64-bit IEEE 754 floating point number, restricted to finite values.
📄️ Entity
Fields with the type Entity store references to other entities in the system.
📄️ Enumeration
The type enumeration is a special field type used to store a list of predefined values, often referred to as terms.
📄️ GeoShape
A GeoShape is a complex data type that represents a geometric shape in a two-dimensional space. It can be used to store
📄️ Integer
Signed 32-bit integer with a minimum value of -2^31 and a maximum value of 2^31 - 1.
📄️ Multi Lang Text
Data fields that can contain text in multiple languages.
📄️ Schedule
Data type for defining scheduled events, including start and end times, all-day status, door opening time, descriptions in multiple languages, and recurrence rules.
📄️ Table
Tables are a special type of data structure. A table defines its structure based on its expected type.
📄️ Text
Represents a single text entry in a specific language. Cannot contain any HTML or other markup.
📄️ Time
Fields of type time are used to represent a time of day without a date. They are typically used in scenarios where the date is not relevant, such as scheduling events or setting reminders.