Skip to main content

OCELObjectAttribute

OCEL Object Attribute

Describing a named value _at a certain point in time_
Used as Input

0

functions accept this type

Used as Output

0

functions return this type(+1 nested)

Type Definition

9 nested items
structOCEL Object Attribute
name*:StringName of attribute
time*:DateTimeTime of attribute value
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

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