> ## Documentation Index
> Fetch the complete documentation index at: https://ekso.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# DataProcessField

> Sample shape for DataProcessField.

Sample shape for `DataProcessField`.

## Sample JSON

Copy, edit, paste. Server-set fields (`id`, `created`, `tenantId`, …) are omitted from the example — they're populated by the server on response.

```json theme={null}
{
  "fieldId": "<field_id>",
  "access": [
    "<data-role>"
  ]
}
```

## Fields

| Field     | Type                                        | Required | Notes |
| --------- | ------------------------------------------- | -------- | ----- |
| `fieldId` | string                                      | Optional |       |
| `access`  | array\<[`DataRole`](/data-model/data-role)> | Optional |       |
