-
Notifications
You must be signed in to change notification settings - Fork 1
/
project-file-sample.txt
65 lines (65 loc) · 1.66 KB
/
project-file-sample.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"title": "Gabriel's Project",
"project": {
"scenarioElements": {
"calibrations": [
{
"id": 5,
"name": "calibration-1",
"path": "/path/to/calibration-1"
},
{
"id": 6,
"name": "calibration-2",
"path": "/path/to/calibration-2"
}
],
"trafficManagements": [
{
"id": 5,
"name": "tm-1",
"path": "/path/to/tm-1"
},
{
"id": 6,
"name": "tm-2",
"path": "/path/to/tm-2"
}
]
},
"scenarios": [
{
"id": 5,
"name": "Scenario-1",
"description": "Desc of Scenario-1",
"calibrationId": 6,
"trafficMId" : 6
},
{
"id": 6,
"name": "Scenario-2",
"description": "Desc of Scenario-2",
"calibrationId": 5,
"trafficMId" : 5
}
],
"runs": [
{
"id": 5,
"name": "Run-1",
"desc": "Desc of Run-1"
},
{
"id": 6,
"name": "Run-2",
"desc": "Desc of Run-2"
}
],
"reports": {
"names": [
"a",
"b"
]
}
}
}