bool-array-md
schema/elements/bool-array-md/1.0.1/bool-array-md.schema.json
Multi-dimensional array of boolean values. Stores width boolean values per row, with length rows total. Used for multi-column boolean data.
See also: bool-array-1 (width 1 specialisation).
Properties
bool-array-md (v1.0.1)
Multi dimensional array of boolean values.
| Property | Type | Description | Flags |
|---|---|---|---|
| data | binary-blob | Data stored as a binary blob. | ✅ |
| length | Integer | length of array | ✅ |
| width | Integer | number of columns | ✅ |
| data_type | String | data type | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |