Object

A custom structure that bundles other Clinia Data Types.

Definition

For more information on the allowed sub-properties, consult the relevant Data Types.

Type

object


{
  "<propertyKey>": {
    "<sub-property-1>": "<value", // Value based on the selected type
    "<sub-property-2>": "<value",
    ...
  }
}