Skip to main content

category-time-series

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

A category time-series attribute stores categorical values that vary over time. Each time step has a corresponding set of categorical assignments.

Used by: one-of-attribute.

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

Properties​

category-time-series (v1.1.0)​

An attribute that describes a category 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_descriptioncategory-attribute-descriptionThe attribute description record.⬆️
attribute_typeString✅
nan_descriptionnan-categoricalDescribes the values used to designate not-a-number.✅
num_time_stepsIntegerNumber of time steps.✅
time_steptime-step-attributeTime step attribute component.✅
valuesinteger-array-mdThe values of the series where 'num_time_steps' is the width of the array.✅
tablelookup-tableLookup table associated with the attributes.✅

Legend​

FlagDescription
⬆️Inherited property
✅Required property

Was this page helpful?