Skip to main content

bool-time-series

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

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

Used by: one-of-attribute.

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

Properties​

bool-time-series (v1.1.0)​

An attribute that describes a bool 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✅
num_time_stepsIntegerNumber of time steps.✅
time_steptime-step-attributeTime step attribute component.✅
valuesbool-array-mdThe values of the series where 'num_time_steps' is the width of the array.✅

Legend​

FlagDescription
⬆️Inherited property
✅Required property

Was this page helpful?