Additional field attributes

When you work with the metadata of an app, a workspace, a process, etc., a list of fields can be defined in their model (for example, a list of app fields or a list of fields in a workspace’s parameters). Each field may contain additional data attributes whose structure depends on the type of field.

Below you can find descriptions of the data structure in data depending on the field’s type in type.

SysCollection type (App)

    "data": {
        // App workspace
        "namespace": "string"
        // App code
        "code": "string"
    }

For other data types, additional data attributes are undefined.