{
	"name": "Formosa",
	"description": "A run around a city park in which the athlete must maintain a specified heart rate.",
	"created": "2048-02-02T08:00:00Z",
	"modified": "2048-04-04T10:00:00Z",
	"location": "https://graph.movelapse.com/1.0/examples/locations/city-park.json",
	"conditionalCapabilities": ["endurance"],
	"blocks": [
		{
			"type": "exercise",
			"exercise": {
				"name": "Run"
			},
			"repeat": {
				"unit": "https://graph.movelapse.com/1.0/examples/relative-repeat-units/city-park-distance.json",
				"values": [1]
			},
			"intensity": {
				"unit": "https://graph.movelapse.com/1.0/examples/relative-intensity-units/max-heart-rate.json",
				"values": [0.6]
			},
			"route": [
				{
					"lat": 46.0545323431561,
					"long": 14.496951589710397
				},
				{
					"lat": 46.06231084792136,
					"long": 14.492668116557756
				},
				{
					"lat": 46.05893289931325,
					"long": 14.484609883224115
				}
			]
		}
	]
}