Lime object properties hold typed primitives defined by the limetype schema:
string — string, text, phone, link, xml, option, and all
date/time types (stored as ISO strings)
number — integer, decimal, percent, and relation ids
(user, belongsto, hasone)
boolean — yesno
string[] — set (array of option keys)
null — when the property has no value
hasmany / hasandbelongstomany relations are managed through separate
commands. Files are accessed via LimeObject.getFile and are not
represented as a property value.
The value types stored in a LimeObject property.
Lime object properties hold typed primitives defined by the limetype schema:
string—string,text,phone,link,xml,option, and all date/time types (stored as ISO strings)number—integer,decimal,percent, and relation ids (user,belongsto,hasone)boolean—yesnostring[]—set(array of option keys)null— when the property has no valuehasmany/hasandbelongstomanyrelations are managed through separate commands. Files are accessed via LimeObject.getFile and are not represented as a property value.