Skip to main content

OCELEventAttribute

OCEL Event Attributes
Used as Input

0

functions accept this type

Used as Output

0

functions return this type(+1 nested)

Type Definition

8 nested items
structOCEL Event Attributes
name*:StringName of event attribute
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",
  "value": 1
}