@@ -224,10 +224,10 @@ |
||
| 224 | 224 | $swaggerOperation[$methodSwagger]['responses'] = [ |
| 225 | 225 | '200' => [ |
| 226 | 226 | 'description' => 'Successful operation', |
| 227 | - 'schema' => [ |
|
| 227 | + 'schema' => [ |
|
| 228 | 228 | 'type' => 'array', |
| 229 | 229 | 'items' => ['$ref' => sprintf('#/definitions/%s', $shortName)] |
| 230 | - ], |
|
| 230 | + ], |
|
| 231 | 231 | ], |
| 232 | 232 | ]; |
| 233 | 233 | break; |