bool-array-1
schema/elements/bool-array-1/1.0.1/bool-array-1.schema.json
Array of boolean values with one value per row (N×1). Stores a single boolean per element, encoded as binary data. Used for per-element flags such as boolean attribute values and mask arrays.
See also: bool-array-md (variable width).
Properties
bool-array-1 (v1.0.1)
Array of boolean values.
| Property | Type | Description | Flags |
|---|---|---|---|
| data | binary-blob | Data stored as a binary blob. | ✅ |
| length | Integer | length of array | ✅ |
| data_type | String | data type | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |