SessionSet.yaml 297 B

123456789101112131415161718
  1. type: object
  2. properties:
  3. reps:
  4. type: integer
  5. nullable: true
  6. example: 12
  7. weight:
  8. type: number
  9. nullable: true
  10. example: 120
  11. duration_seconds:
  12. type: integer
  13. nullable: true
  14. example: 1800
  15. distance_meters:
  16. type: number
  17. nullable: true
  18. example: 5000