{"type":"object","properties":{"workout_id":{"type":"string","description":"The workout ID","example":"b459cba5-cd6d-463c-abd6-54f8eafcadcb"},"workout_title":{"type":"string","description":"The workout title","example":"Morning Workout đź’Ş"},"workout_start_time":{"type":"string","description":"ISO 8601 timestamp of when the workout was recorded to have started.","example":"2024-01-01T12:00:00Z"},"workout_end_time":{"type":"string","description":"ISO 8601 timestamp of when the workout was recorded to have ended.","example":"2024-01-01T13:00:00Z"},"exercise_template_id":{"type":"string","description":"The exercise template ID","example":"D04AC939"},"weight_kg":{"type":"number","nullable":true,"description":"The weight in kilograms","example":100},"reps":{"type":"integer","nullable":true,"description":"The number of repetitions","example":10},"distance_meters":{"type":"integer","nullable":true,"description":"The distance in meters","example":null},"duration_seconds":{"type":"integer","nullable":true,"description":"The duration in seconds","example":null},"rpe":{"type":"number","nullable":true,"description":"The Rating of Perceived Exertion","example":8.5},"custom_metric":{"type":"number","nullable":true,"description":"A custom metric for the set","example":null},"set_type":{"type":"string","description":"The type of set (warmup, normal, failure, dropset)","example":"normal"}},"x-readme-ref-name":"ExerciseHistoryEntry"}