{
	"activityType": "https://graph.movelapse.com/1.0/examples/activity-types/run.json",
	"athlete": "https://graph.movelapse.com/1.0/examples/athletes/john-doe.json",
	"description": "The yearly Cooper test required by the school.",
	"notes": "I was unable to do my best because it was too hot.",
	"created": "2048-02-02T08:00:00Z",
	"modified": "2048-04-04T10:00:00Z",
	"proposed": "2048-04-04T08:00:00Z",
	"performed": "2048-04-04T09:00:00Z",
	"duration": "PT12M",
	"customValues": {
		"temperature": 21,
		"relativeHumidity": 12.5
	},
	"tasks": [
		{
			"workout": "https://graph.movelapse.com/1.0/examples/workouts/cooper-test.json",
			"results": {
				"completedDistance": [2800]
			}
		}
	]
}