Skip to main content

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

PropertyTypeRequiredNote
timestampStringYesAccording to format: YYYY-MM-DDTHH:MM:SS.MMMMMMZ
observationsArray of TrackedObjectObservationYesCan be empty
operationsArray of OperationYesCan 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.

PropertyTypeRequiredNote
typeStringYesValue: DeleteOperation
idIDYes

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.

PropertyTypeRequiredNote
typeStringYesValue: RenameOperation
fromIDYes
toIDYes