Skip to main content

AttributeChange

A single attribute value change at a point in time.
Used as Input

0

functions accept this type

Used as Output

0

functions return this type(+1 nested)

Type Definition

8 nested items
structA single attribute value change at a point in time.
time*:DateTimeTimestamp of the change.
value*:OCELAttributeValueOCEL Attribute Values
variant 1:i64Integer
variant 2:f64Float
variant 3:boolBoolean
variant 4:DateTimeDateTime
variant 5:StringString
variant 6:()Placeholder for invalid values

Example JSON Value

{
  "time": "2020-01-01T10:30:00Z",
  "value": 1
}