Reference of the Field definition UID
Field definition identifier
Optional TilesetRect used to display this field (this can be the field own Tile, or some other Tile guessed from the value, like an Enum)
Type of the field, such as Int, Float, Enum(my_enum_name), Bool, etc.
Int
Float
Enum(my_enum_name)
Bool
Actual value of the field instance. The value type may vary, depending on __type (Integer, Boolean, String etc.) It can also be an Array of those same types.
__type
Array