trainUs/tests/fixtures/cross_user_id_collision.json
David 352a3d5e88
Some checks are pending
CI / Lint & Format (push) Waiting to run
CI / Build (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (chromium) (push) Waiting to run
CI / Tests (${{ matrix.browser }}) (firefox) (push) Waiting to run
Initial commit
2026-06-18 13:06:57 +02:00

44 lines
1.1 KiB
JSON

{
"metadata": {
"appName": "trainus",
"appVersion": "1.0.0",
"schemaVersion": 1,
"exportDate": "2024-01-01T00:00:00.000Z",
"exportedBy": { "name": "Other User", "uuid": "other-user-uuid-collision-999" }
},
"data": {
"exercises": [
{
"id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"title": "Imported Exercise",
"description": "",
"asymmetric": false,
"alternate": false,
"image_urls": [],
"video_urls": [],
"default_reps": 10,
"default_weight": 0,
"created_by": "other-user-uuid-collision-999"
}
],
"combos": [
{
"id": "11111111-2222-3333-4444-555555555555",
"title": "Imported Combo",
"description": "",
"type": "NONE",
"timer_config": {},
"created_by": "other-user-uuid-collision-999",
"exercises": [
{
"exercise_id": "aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee",
"position": 0,
"default_reps": 5,
"default_weight": 10
}
]
}
]
}
}