string-array
schema/elements/string-array/1.0.1/string-array.schema.json
Array of string values. Stores a list of variable-length strings as binary data. Used for text-valued attributes, labels, and category names.
See also: date-time-array (other non-numeric array type).
Properties
string-array (v1.0.1)
List of strings.
| 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 |