ObjectAttributeChanges
Time-stamped attribute change history for a single OCEL object.
Used as Input
0
functions accept this type
Used as Output
1
function return this type
Type Definition
11 nested items
ObjectAttributeChanges— Time-stamped attribute change history for a single OCEL object.
Example JSON Value
{
"traces": {
"something": [
{
"time": "2020-01-01T10:30:00Z",
"value": 1
}
]
}
}