| 1 |
{
|
|
| 2 |
"schema_version": "0.1-draft", |
|
| 3 |
"purpose": "placeholder contract for future FIT-to-sidecar sync pipeline", |
|
| 4 |
"fields_target": [ |
|
| 5 |
"power_w", |
|
| 6 |
"speed_kmh", |
|
| 7 |
"heart_rate_bpm", |
|
| 8 |
"cadence_rpm", |
|
| 9 |
"gps" |
|
| 10 |
], |
|
| 11 |
"sync_methods": [ |
|
| 12 |
"auto_timestamp_plus_offset", |
|
| 13 |
"manual_offset_ms" |
|
| 14 |
], |
|
| 15 |
"notes": "Current release copies existing JSON sidecars only; FIT parsing is not implemented yet." |
|
| 16 |
} |