Created
August 30, 2012 09:57
-
-
Save santiagobasulto/3525174 to your computer and use it in GitHub Desktop.
Valid Workout description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "run_date":"1970-01-01T00:00:00Z", | |
| "title":"Run Title!", | |
| "run_type":"Endurance", | |
| "duration_in_seconds":3600, | |
| "distance_in_meters":1000, | |
| "post_body":"This is the body, in order to provide a full description of your run", | |
| "privacy":"public", | |
| "points":[ | |
| { | |
| "lng":"-111.5373066", | |
| "lat":"40.7231711", | |
| "time":"2012-01-01T00:00:04Z", | |
| "elev":"1942.1789265256325" | |
| }, | |
| { | |
| "lng":"-111.5372056", | |
| "lat":"40.7228762", | |
| "time":"2012-01-01T00:00:07Z", | |
| "elev":"1942.109892409177" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment