OCELObjectAttribute
OCEL Object Attribute
Describing a named value _at a certain point in time_
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
struct— OCEL Object Attribute
name*:String— Name of attribute
time*:DateTime— Time of attribute value
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",
"time": "2020-01-01T10:30:00Z",
"value": 1
}