date-time-array
schema/elements/date-time-array/1.0.1/date-time-array.schema.json
Array of date-time values. Stores timestamps as binary data. Used for temporal attribute values such as date-time attributes and time-step data.
Used by: date-time-attribute, time-step-date-time-attribute.
See also: string-array (other non-numeric array type).
Properties
date-time-array (v1.0.1)
Array of DateTime 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 |