Domain Model
Auth Allowed Domain
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 |
| domain | string | Yes | — | Domain |
| createdByUserId | unknown | Yes | — | ID of the associated created by user |
Create Schema
Fields accepted when creating a new record:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| domain | unknown | Yes | — | Domain |
| workspaceId | string | No | — | ID of the associated workspace |