-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTestRepositoryResponse.json
More file actions
85 lines (85 loc) · 1.65 KB
/
TestRepositoryResponse.json
File metadata and controls
85 lines (85 loc) · 1.65 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"context": "Laboratory Experiments",
"github_raw_content": "https://raw.githubusercontent.com",
"organization": "vtucs",
"repository": "Test_Repository",
"branch": "master",
"isValid": true,
"labExperiments": [
{
"serialOrder": "01",
"labExperimentSubParts": [
{
"contentFiles": [
{
"fileName": "01.T1.txt"
}
]
}
]
},
{
"serialOrder": "02",
"labExperimentSubParts": [
{
"subSerialOrder": "a",
"contentFiles": [
{
"fileName": "02.a.T2a.txt"
}
]
},
{
"subSerialOrder": "b",
"contentFiles": [
{
"fileName": "02.b.T2b.txt"
}
]
}
]
},
{
"serialOrder": "03",
"labExperimentSubParts": [
{
"contentFiles": [
{
"fileName": "03.01.T31.txt"
},
{
"fileName": "03.02.T32.txt"
}
]
}
]
},
{
"serialOrder": "04",
"labExperimentSubParts": [
{
"subSerialOrder": "a",
"contentFiles": [
{
"fileName": "04.a.01.T4a1.txt"
},
{
"fileName": "04.a.02.T4a2.txt"
}
]
},
{
"subSerialOrder": "b",
"contentFiles": [
{
"fileName": "04.b.01.T4b1.txt"
},
{
"fileName": "04.b.02.T4b2.txt"
}
]
}
]
}
]
}