Skip to main content

continuous-time-series

schema/components/continuous-time-series/1.1.0/continuous-time-series.schema.json

A continuous time-series attribute stores floating-point values that vary over time. Each time step has a corresponding array of continuous values.

Used by: one-of-attribute.

See also: category-time-series, bool-time-series.

Properties

continuous-time-series (v1.1.0)

An attribute that describes a continuous time series.

PropertyTypeDescriptionFlags
nameStringThe name of the attribute⬆️
keyStringAn 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_typeStringType of the attribute.⬆️
attribute_descriptionattribute-descriptionThe attribute description record.⬆️
attribute_typeString
nan_descriptionnan-continuousDescribes the values used to designate not-a-number.
num_time_stepsIntegerNumber of time steps.
time_steptime-step-attributeTime step attribute component.
valuesfloat-array-mdThe values of the series where 'num_time_steps' is the width of the array.

Legend

FlagDescription
⬆️Inherited property
Required property

What is the reason for your feedback?