Frame
warning
This is a beta format. It will soon be deprecated. Analytics Data Format (ADF) has reached a stable release. Analytics Data Format
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 |