source: src/main/webapp/domainsrepo/fitness/fitness.json@ 37

Last change on this file since 37 was 37, checked in by bart, 3 years ago

Added python SimpleRunner GUI

File size: 524 bytes
Line 
1{
2 "name": "fitness",
3 "issuesValues": {
4 "type": {
5 "values": [
6 "swimming",
7 "yoga",
8 "aerobics",
9 "running",
10 "tennis"
11 ]
12 },
13 "duration": {
14 "values": [
15 "30 min",
16 "1 hour",
17 "3 hours",
18 "5 hours"
19 ]
20 },
21 "distance": {
22 "values": [
23 "0 km",
24 "1 km",
25 "5 km",
26 "40 km"
27 ]
28 },
29 "intensity": {
30 "values": [
31 "light",
32 "moderate",
33 "training",
34 "bootcamp"
35 ]
36 },
37 "price": {
38 "values": [
39 "$5",
40 "$15",
41 "$50",
42 "$200"
43 ]
44 }
45 }
46}
Note: See TracBrowser for help on using the repository browser.