| 123456789101112131415161718 |
- type: object
- properties:
- reps:
- type: integer
- nullable: true
- example: 12
- weight:
- type: number
- nullable: true
- example: 120
- duration_seconds:
- type: integer
- nullable: true
- example: 1800
- distance_meters:
- type: number
- nullable: true
- example: 5000
|