|
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}", |
|
162 | 165 | "@representation" => "minimal", |
163 | 166 | "id" => org.id |
164 | 167 | }, |
| 168 | + "custom_keys" => [], |
165 | 169 | "repositories" => [{ |
166 | 170 | "@type" => "repository", |
167 | 171 | "@href" => "/v3/repo/#{repo.id}", |
|
232 | 236 | "@type" => "allowance", |
233 | 237 | "@representation" => "minimal", |
234 | 238 | "id" => org.id |
235 | | - } |
| 239 | + }, |
| 240 | + "custom_keys" => [] |
236 | 241 | }} |
237 | 242 | end |
238 | 243 |
|
|
263 | 268 | "@representation" => "minimal", |
264 | 269 | "id" => org.id |
265 | 270 | }, |
| 271 | + "custom_keys" => [], |
266 | 272 | "@warnings" => [{ |
267 | 273 | "@type" => "warning", |
268 | 274 | "message" => "query parameter organization.id not safelisted, ignored", |
|
302 | 308 | "@representation" => "minimal", |
303 | 309 | "id" => user.id |
304 | 310 | }, |
| 311 | + "custom_keys" => [], |
305 | 312 | "recently_signed_up"=>false, |
306 | 313 | "secure_user_hash" => nil, |
307 | 314 | "ro_mode" => false, |
|
334 | 341 | "@representation" => "minimal", |
335 | 342 | "id" => user.id |
336 | 343 | }, |
| 344 | + "custom_keys" => [], |
337 | 345 | "recently_signed_up"=>false, |
338 | 346 | "secure_user_hash" => nil, |
339 | 347 | "ro_mode" => false, |
|
366 | 374 | "@representation" => "minimal", |
367 | 375 | "id" => user.id |
368 | 376 | }, |
| 377 | + "custom_keys" => [], |
369 | 378 | "recently_signed_up"=>false, |
370 | 379 | "secure_user_hash" => nil, |
371 | 380 | "ro_mode" => false, |
|
402 | 411 | "@representation" => "minimal", |
403 | 412 | "id" => user.id |
404 | 413 | }, |
| 414 | + "custom_keys" => [], |
405 | 415 | "recently_signed_up"=>false, |
406 | 416 | "secure_user_hash" => nil, |
407 | 417 | "ro_mode" => false, |
|
0 commit comments