Skip to main content

Analytics Data Format

V1 released!

The Analytics Data Format version 1.0 has been released and will be replacing the old beta formats. Both formats will be available for a short time to allow for migration. Read more about the changes in the Change log.

The Analytics Data Format (ADF) is a collection of schemas and definitions used to represent scene metadata in a structured way. Each schema is versioned independently but share common base types.

Schemas are in JSON Schema format and can be found via the table below. Shared base types are currently merged into each schema for simple consumption.

SchemaNameDescription
frame_v1.0.0.jsonFrameRepresents a scene for a specific point in time
object_track_v1.0.0.jsonObject TrackRepresents a single object's consolidated data over some time span
object_snapshot_v1.0.0.jsonObject SnapshotRepresents a single object snapshot taken at a specific point in time

Base types

The base types are the shared types used by the different formats.

Beta formats

Deprecation notice

The beta formats are deprecated and will be removed in future releases. It is recommended to migrate to the version 1.0 formats as soon as possible.

The older beta formats are still available for deprecation purposes and can be found here:

NameSchemaDescription
Frame v0 betaadf.jsonOlder beta version of Frame format
Consolidated Track v1 betaadf.jsonOlder beta version of Object Track format