date-time-attribute
schema/components/date-time-attribute/1.1.0/date-time-attribute.schema.json
A date-time attribute stores a range of timestamps. It uses attribute_type = "date_time".
values— An array of timestamp values, one per geometric element.nan_description— A nan-continuous component defining how NaN values are interpreted.- Inherits from base-continuous-attribute.
Used by: channel-attribute, one-of-attribute.
Properties
date-time-attribute (v1.1.0)
An attribute for a range of timestamps.
| Property | Type | Description | Flags |
|---|---|---|---|
| name | String | The name of the attribute | ⬆️ ✅ |
| key | String | An identifier of the attribute, used to keep track of the attribute when it is renamed. | |
| The identifier must be unique within an attribute list. | ⬆️ ✅ | ||
| attribute_type | String | Type of the attribute. | ⬆️ ✅ |
| attribute_description | attribute-description | The attribute description record. | ⬆️ |
| attribute_type | String | ✅ | |
| nan_description | nan-categorical | Describes the values used to designate not-a-number. | ✅ |
| values | date-time-array | The values of the attributes. | ✅ |
Legend
| Flag | Description |
|---|---|
| ⬆️ | Inherited property |
| ✅ | Required property |