|
28 | 28 | "@type" => "allowance",
|
29 | 29 | "@representation" => "minimal",
|
30 | 30 | "id" => org.id
|
31 |
| - } |
| 31 | + }, |
| 32 | + "custom_keys" => [] |
32 | 33 | }}
|
33 | 34 | end
|
34 | 35 |
|
|
54 | 55 | "@type" => "allowance",
|
55 | 56 | "@representation" => "minimal",
|
56 | 57 | "id" => org.id
|
57 |
| - } |
| 58 | + }, |
| 59 | + "custom_keys" => [] |
58 | 60 | }}
|
59 | 61 | end
|
60 | 62 |
|
|
86 | 88 | "@representation" => "minimal",
|
87 | 89 | "id" => org.id
|
88 | 90 | },
|
| 91 | + "custom_keys" => [], |
89 | 92 | "repositories" => [{
|
90 | 93 | "@type" => "repository",
|
91 | 94 | "@href" => "/v3/repo/#{repo.id}",
|
|
232 | 235 | "@type" => "allowance",
|
233 | 236 | "@representation" => "minimal",
|
234 | 237 | "id" => org.id
|
235 |
| - } |
| 238 | + }, |
| 239 | + "custom_keys" => [] |
236 | 240 | }}
|
237 | 241 | end
|
238 | 242 |
|
|
263 | 267 | "@representation" => "minimal",
|
264 | 268 | "id" => org.id
|
265 | 269 | },
|
| 270 | + "custom_keys" => [], |
266 | 271 | "@warnings" => [{
|
267 | 272 | "@type" => "warning",
|
268 | 273 | "message" => "query parameter organization.id not safelisted, ignored",
|
|
302 | 307 | "@representation" => "minimal",
|
303 | 308 | "id" => user.id
|
304 | 309 | },
|
| 310 | + "custom_keys" => [], |
305 | 311 | "recently_signed_up"=>false,
|
306 | 312 | "secure_user_hash" => nil,
|
307 | 313 | "ro_mode" => false,
|
|
334 | 340 | "@representation" => "minimal",
|
335 | 341 | "id" => user.id
|
336 | 342 | },
|
| 343 | + "custom_keys" => [], |
337 | 344 | "recently_signed_up"=>false,
|
338 | 345 | "secure_user_hash" => nil,
|
339 | 346 | "ro_mode" => false,
|
|
366 | 373 | "@representation" => "minimal",
|
367 | 374 | "id" => user.id
|
368 | 375 | },
|
| 376 | + "custom_keys" => [], |
369 | 377 | "recently_signed_up"=>false,
|
370 | 378 | "secure_user_hash" => nil,
|
371 | 379 | "ro_mode" => false,
|
|
402 | 410 | "@representation" => "minimal",
|
403 | 411 | "id" => user.id
|
404 | 412 | },
|
| 413 | + "custom_keys" => [], |
405 | 414 | "recently_signed_up"=>false,
|
406 | 415 | "secure_user_hash" => nil,
|
407 | 416 | "ro_mode" => false,
|
|
0 commit comments