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
struct— OCEL Event Attributes
name*:String— Name of event attribute
variant 1:i64— Integer
variant 2:f64— Float
variant 3:bool— Boolean
variant 4:DateTime—
DateTimevariant 5:String— String
variant 6:()— Placeholder for invalid values
Example JSON Value
{
"name": "example",
"value": 1
}