Analytics Data Format
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.
| Schema | Name | Description |
|---|---|---|
| frame_v1.0.0.json | Frame | Represents a scene for a specific point in time |
| object_track_v1.0.0.json | Object Track | Represents a single object's consolidated data over some time span |
| object_snapshot_v1.0.0.json | Object Snapshot | Represents 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
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:
| Name | Schema | Description |
|---|---|---|
| Frame v0 beta | adf.json | Older beta version of Frame format |
| Consolidated Track v1 beta | adf.json | Older beta version of Object Track format |