main
1[
2 {
3 "uid": {
4 "type": "User",
5 "id": "alice"
6 },
7 "attrs": {
8 "age": 18
9 },
10 "parents": []
11 },
12 {
13 "uid": {
14 "type": "Photo",
15 "id": "VacationPhoto94.jpg"
16 },
17 "attrs": {},
18 "parents": [
19 {
20 "type": "Album",
21 "id": "jane_vacation"
22 }
23 ]
24 },
25 {
26 "uid": {
27 "type": "User",
28 "id": "1"
29 },
30 "attrs": {},
31 "parents": []
32 },
33 {
34 "uid": {
35 "type": "Organization",
36 "id": "1"
37 },
38 "attrs": {
39 "name": "default"
40 },
41 "parents": []
42 },
43 {
44 "uid": {
45 "type": "Organization",
46 "id": "2"
47 },
48 "attrs": {
49 "name": "gitlab"
50 },
51 "parents": []
52 },
53 {
54 "uid": {
55 "type": "Group",
56 "id": "1"
57 },
58 "attrs": {
59 "name": "A"
60 },
61 "parents": [
62 {
63 "type": "Organization",
64 "id": "1"
65 }
66 ]
67 },
68 {
69 "uid": {
70 "type": "Group",
71 "id": "2"
72 },
73 "attrs": {
74 "name": "B"
75 },
76 "parents": [
77 {
78 "type": "Organization",
79 "id": "1"
80 }
81 ]
82 },
83 {
84 "uid": {
85 "type": "Group",
86 "id": "3"
87 },
88 "attrs": {
89 "name": "gitlab-org"
90 },
91 "parents": [
92 {
93 "type": "Organization",
94 "id": "2"
95 }
96 ]
97 },
98 {
99 "uid": {
100 "type": "Group",
101 "id": "4"
102 },
103 "attrs": {
104 "name": "gitlab-com"
105 },
106 "parents": [
107 {
108 "type": "Organization",
109 "id": "2"
110 }
111 ]
112 },
113 {
114 "uid": {
115 "type": "Group",
116 "id": "5"
117 },
118 "attrs": {
119 "name": "gl-security"
120 },
121 "parents": [
122 {
123 "type": "Organization",
124 "id": "2"
125 },
126 {
127 "type": "Group",
128 "id": "4"
129 }
130 ]
131 },
132 {
133 "uid": {
134 "type": "Group",
135 "id": "6"
136 },
137 "attrs": {
138 "name": "test-projects"
139 },
140 "parents": [
141 {
142 "type": "Organization",
143 "id": "2"
144 },
145 {
146 "type": "Group",
147 "id": "5"
148 }
149 ]
150 },
151 {
152 "uid": {
153 "type": "Group",
154 "id": "7"
155 },
156 "attrs": {
157 "name": "support"
158 },
159 "parents": [
160 {
161 "type": "Organization",
162 "id": "2"
163 },
164 {
165 "type": "Group",
166 "id": "4"
167 }
168 ]
169 },
170 {
171 "uid": {
172 "type": "Group",
173 "id": "8"
174 },
175 "attrs": {
176 "name": "toolbox"
177 },
178 "parents": [
179 {
180 "type": "Organization",
181 "id": "2"
182 },
183 {
184 "type": "Group",
185 "id": "7"
186 }
187 ]
188 },
189 {
190 "uid": {
191 "type": "Project",
192 "id": "1"
193 },
194 "attrs": {
195 "name": "A1"
196 },
197 "parents": [
198 {
199 "type": "Group",
200 "id": "1"
201 }
202 ]
203 },
204 {
205 "uid": {
206 "type": "Project",
207 "id": "2"
208 },
209 "attrs": {
210 "name": "B1"
211 },
212 "parents": [
213 {
214 "type": "Group",
215 "id": "2"
216 }
217 ]
218 },
219 {
220 "uid": {
221 "type": "Project",
222 "id": "3"
223 },
224 "attrs": {
225 "name": "gitlab"
226 },
227 "parents": [
228 {
229 "type": "Group",
230 "id": "3"
231 }
232 ]
233 },
234 {
235 "uid": {
236 "type": "Project",
237 "id": "4"
238 },
239 "attrs": {
240 "name": "eicar-test-project"
241 },
242 "parents": [
243 {
244 "type": "Group",
245 "id": "6"
246 }
247 ]
248 },
249 {
250 "uid": {
251 "type": "Project",
252 "id": "5"
253 },
254 "attrs": {
255 "name": "disclosures"
256 },
257 "parents": [
258 {
259 "type": "Group",
260 "id": "5"
261 }
262 ]
263 },
264 {
265 "uid": {
266 "type": "Project",
267 "id": "6"
268 },
269 "attrs": {
270 "name": "changelog-parser"
271 },
272 "parents": [
273 {
274 "type": "Group",
275 "id": "8"
276 }
277 ]
278 },
279 {
280 "uid": {
281 "type": "Project",
282 "id": "7"
283 },
284 "attrs": {
285 "name": "handbook"
286 },
287 "parents": [
288 {
289 "type": "Group",
290 "id": "4"
291 }
292 ]
293 },
294 {
295 "uid": {
296 "type": "Project",
297 "id": "8"
298 },
299 "attrs": {
300 "name": "www-gitlab-com"
301 },
302 "parents": [
303 {
304 "type": "Group",
305 "id": "4"
306 }
307 ]
308 }
309]