| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The operation information. | ||
| operationId | string | The operation ID. | op-xxx |
| method | string | The HTTP method of the operation. Valid values:
| GET |
| name | string | The operation name. | GetUserInfo |
| path | string | The operation path. | /user/123 |
| description | string | The operation description. | A example operation. |
| response | HttpApiResponseContract | The response parameters of the operation. | |
| request | HttpApiRequestContract | The request parameters of the operation. | |
| mock | HttpApiMockContract | The mocked parameters of the operation. | |
| createTimestamp | long | The creation timestamp. | 1719386834548 |
| enableAuth | boolean | Specifies whether to enable authentication. | |
| authConfig | AuthConfig | The authentication configurations of the operation. |