| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The response format. | ||
| contentType | string | The content type. | application/json |
| items | array<object> | The response definition. | |
| object | The response body. | ||
| code | integer | The response code. | 200 |
| example | string | The sample value. | {"result": "ok"} |
| description | string | The response description. | This is a description. |
| jsonSchema | string | The JSON definition description of the response body. | { "type": "object", "required": [ "result" ], "properties": { "result": { "type": "string", "description": "This is a description." } } } |