trainlog/tests/fixtures/valid/active-session.json
2026-09-05 19:22:37 +02:00

27 lines
520 B
JSON

{
"format": "trainlog",
"version": 1,
"exercises": [
{
"exercise_id": "plank",
"name": "Gainage ventral",
"tracking_mode": "duration"
}
],
"session": {
"session_id": "20260905-190000-active1",
"started_at": "2026-09-05T19:00:00+02:00",
"exercises": [
{
"exercise_id": "plank",
"load_mode": "none",
"rest_seconds": 60,
"target": {
"sets": 3,
"duration_seconds": 45
},
"sets": []
}
]
}
}