Skip to main content
_id
string

An unique identifier for the data type record, often used for database or system reference.

name
string

Name of the data type, which is used to identify and reference it.

fields
object[]

Array of data type fields.

limitUser
boolean

Setting to limit data source usage by users. If the value is true, only specific users can view the data source. and if the value is false, all users can view the data source.

commonData
boolean

By default the data source is unique by hub, but if the commonData configuration value is true, the data source is unique by organization. This setting is not changeable after creation.

createdBy
string

A user email, representing the user who created data type.

updatedBy
string

A user email, representing the user who updated data type.

organizationId
string

Identifier for the organization or company that owns or manages the data type.

updatedTime
string<date-time>

Timestamp represents the last time the data type was updated. It includes date and time information.

createdTime
string<date-time>

Timestamp represents the date and time when data type was initially created.