Skip to main content

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
ObjectAttributeChangesTime-stamped attribute change history for a single OCEL object.
traces*:HashMap<String, Vec<AttributeChange>>Attribute change traces keyed by attribute name.

Example JSON Value

{
  "traces": {
    "something": [
      {
        "time": "2020-01-01T10:30:00Z",
        "value": 1
      }
    ]
  }
}

Functions Returning This Type(1)