Frame
warning
The Analytics Data Format (ADF) is currently being developed and has not yet reached a stable release. All data structures are subject to change.
This format builds on the following shared types:
Frame type
| Property | Type | Required | Note | 
|---|---|---|---|
| timestamp | String | Yes | According to format: YYYY-MM-DDTHH:MM:SS.MMMMMMZ | 
| observations | Array of TrackedObjectObservation | Yes | Can be empty | 
| operations | Array of Operation | Yes | Can be empty | 
Operation
An operation applies to the observations, which can be applicable to future and/or previous data, depending on the specific operation type.
DeleteOperation
Operation signaling that an object id will not reappear in future observations.
| Property | Type | Required | Note | 
|---|---|---|---|
| type | String | Yes | Value: DeleteOperation | 
| id | ID | Yes | 
RenameOperation
Operation signaling that the from id should be renamed to the to id in all previous instances of TrackedObjectObservation that contain the from id.
| Property | Type | Required | Note | 
|---|---|---|---|
| type | String | Yes | Value: RenameOperation | 
| from | ID | Yes | |
| to | ID | Yes |