Skip to content

Instantly share code, notes, and snippets.

@SaschaKrause
Forked from houen/gist:8825677
Last active August 29, 2015 13:56
Show Gist options
  • Select an option

  • Save SaschaKrause/8863322 to your computer and use it in GitHub Desktop.

Select an option

Save SaschaKrause/8863322 to your computer and use it in GitHub Desktop.
{
"level": {
"workout_id": 42,
"number": 2,
"session_plans": [
{
"phase": "strength",
"position": 1,
"exercise_instances": [
{
"workout_id": 42,
"variant": "left",
"position": 1,
"adjustments": {
"repetitions": 22,
"tempo": "slow"
},
"prototyp": {
"name": "LUNGE",
"category": "core",
"all_other_properties": "..."
}
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment