## Response請求類型
使用`@SWG\Response()`定義response
```
/** @SWG\Response(response="200",description="ok",
* @SWG\Schema(
* @SWG\Property(
* property="code",
* type="number",
* ),
* @SWG\Property(
* property="data",
* type="object",
* ),
* @SWG\Property(
* property="msg",
* type="string"
* )
* ))
* )
* */
```
| 參數 | 含義 |
| --- | --- |
| ref | 允許此路徑項的外部定義|
| response | 狀態 |
| description| 描述 |