Xentara v2.0.4
User Manual
|
A JSON object describing a register has the following syntax:
name | A string value containing the name of the register. The name is used to construct the register’s primary key. | ||||||||||||||||||||||||||||||
UUID | A string value containing the unique UUID of the register. | ||||||||||||||||||||||||||||||
ACL | An optional JSON object containing the element ACL of the register. The format of the object is described under JSON Format for ACLs. | ||||||||||||||||||||||||||||||
defaultValue | A JSON array containing the data type and the initial value. The following data types are supported:
The initial value must be a valid value for the specified data type. The format used for time stamps is described under JSON Format for Time Stamps. |