Domain Model
Asset Group
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string.uuid | Yes | — | Id |
| createdAt | string.date-time | Yes | — | Created at |
| updatedAt | string.date-time | Yes | — | Updated at |
| workspaceId | string | Yes | — | ID of the associated workspace |
| customerId | unknown | No | — | ID of the associated customer |
| name | string | Yes | — | Name |
| description | unknown | No | — | Description |
| archivedAt | unknown | No | — | Archived at |
| archivedByUserId | unknown | No | — | ID of the associated archived by user |
| visibilityMode | unknown | Yes | — | Visibility mode |
Create Schema
Fields accepted when creating a new record:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | Yes | — | Name |
| description | string | No | — | Description |
| customerId | string | No | — | ID of the associated customer |
| workspaceId | string | No | — | ID of the associated workspace |
| visibilityMode | unknown | No | — | Visibility mode |
Update Schema
All fields are optional when updating:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| name | string | No | — | Name |
| description | string | No | — | Description |
| customerId | string | No | — | ID of the associated customer |