channels
Definitions of the payload's channels, in payload column order. For self-describing payloads (e.g. EDF) this list mirrors the labels/units consumers need without parsing the container format.
Details
| Property | Value |
|---|---|
| Type | array |
| Requirement | required |
| Namespace URI | https://behaverse.org/schemas/timeseries#channels |
Array Items
Each item in this array is of type: object
Object Properties
| Property | Type | Description |
|---|---|---|
name | string | Channel name as it appears in the payload (e.g. t, x, y, Fp1). |
datatype | enum | Datatype of the channel's values. |
unit | string | Unit of the channel's values (e.g. s, px, uV). Omit for unitless channels. |
coordinate_frame | enum | For spatial channels: the coordinate frame the values are expressed in. |
description | string | Human-readable note about the channel. |