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

# DataProcess

> Sample shape for DataProcess.

Sample shape for `DataProcess`.

## 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}
{
  "processId": "<process_id>",
  "field": [
    "<data-process-field>"
  ]
}
```

## Fields

| Field       | Type                                                         | Required | Notes |
| ----------- | ------------------------------------------------------------ | -------- | ----- |
| `processId` | string                                                       | Optional |       |
| `field`     | array\<[`DataProcessField`](/data-model/data-process-field)> | Optional |       |
