|
6 | 6 | * @OA\Schema(
|
7 | 7 | * schema="RGWMetadataUserInfo",
|
8 | 8 | * type="object",
|
9 |
| - * ref="$/definitions/RGWUserInfo", |
10 |
| - * @OA\Property( |
11 |
| - * property="auid", |
12 |
| - * type="integer" |
13 |
| - * ), |
14 |
| - * @OA\Property( |
15 |
| - * property="op_mask", |
16 |
| - * type="string" |
17 |
| - * ), |
18 |
| - * @OA\Property( |
19 |
| - * property="default_placement", |
20 |
| - * type="string" |
21 |
| - * ), |
22 |
| - * @OA\Property( |
23 |
| - * property="placement_tags", |
24 |
| - * type="array", |
25 |
| - * @OA\Items(type="string"), |
26 |
| - * ), |
27 |
| - * @OA\Property( |
28 |
| - * property="bucket_quota", |
29 |
| - * type="object", |
30 |
| - * ref="#/components/schemas/RGWQuotaMeta" |
31 |
| - * ), |
32 |
| - * @OA\Property( |
33 |
| - * property="user_quota", |
34 |
| - * type="object", |
35 |
| - * ref="#/components/schemas/RGWQuotaMeta" |
36 |
| - * ), |
37 |
| - * @OA\Property( |
38 |
| - * property="temp_url_keys", |
39 |
| - * type="array", |
40 |
| - * @OA\Items(type="string"), |
41 |
| - * ), |
42 |
| - * @OA\Property( |
43 |
| - * property="type", |
44 |
| - * type="string" |
45 |
| - * ), |
46 |
| - * @OA\Property( |
47 |
| - * property="attrs", |
48 |
| - * type="array", |
49 |
| - * @OA\Items(ref="#/components/schemas/RGWMetadataAttribute") |
50 |
| - * ) |
| 9 | + * allOf={ |
| 10 | + * @OA\Schema(ref="#/components/schemas/RGWUserInfo"), |
| 11 | + * @OA\Schema( |
| 12 | + * @OA\Property( |
| 13 | + * property="auid", |
| 14 | + * type="integer" |
| 15 | + * ), |
| 16 | + * @OA\Property( |
| 17 | + * property="op_mask", |
| 18 | + * type="string" |
| 19 | + * ), |
| 20 | + * @OA\Property( |
| 21 | + * property="default_placement", |
| 22 | + * type="string" |
| 23 | + * ), |
| 24 | + * @OA\Property( |
| 25 | + * property="placement_tags", |
| 26 | + * type="array", |
| 27 | + * @OA\Items(type="string"), |
| 28 | + * ), |
| 29 | + * @OA\Property( |
| 30 | + * property="bucket_quota", |
| 31 | + * type="object", |
| 32 | + * ref="#/components/schemas/RGWQuotaMeta" |
| 33 | + * ), |
| 34 | + * @OA\Property( |
| 35 | + * property="user_quota", |
| 36 | + * type="object", |
| 37 | + * ref="#/components/schemas/RGWQuotaMeta" |
| 38 | + * ), |
| 39 | + * @OA\Property( |
| 40 | + * property="temp_url_keys", |
| 41 | + * type="array", |
| 42 | + * @OA\Items(type="string"), |
| 43 | + * ), |
| 44 | + * @OA\Property( |
| 45 | + * property="type", |
| 46 | + * type="string" |
| 47 | + * ), |
| 48 | + * @OA\Property( |
| 49 | + * property="attrs", |
| 50 | + * type="array", |
| 51 | + * @OA\Items(ref="#/components/schemas/RGWMetadataAttribute") |
| 52 | + * ) |
| 53 | + * ) |
| 54 | + * } |
51 | 55 | * )
|
52 | 56 | */
|
53 | 57 |
|
|
0 commit comments