Schema entity
The entity definition follows the next yaml schema:
Field Data types
The data types are the different kind of data that you can use as facts. The rule engines expose different data types to work with:
String
This is a well known string
type
Integer
An integer is a representation of an integer value. For instance, in GoLang is a wrapper for a int64
data type
Float
Floats are also numeric types. They represent the decimal numbers.
Boolean
The well known boolean data type.
Date
Represents a date mapped to a timestamp integer number.