名称 | 类型 | 描述 | 示例值 |
---|---|---|---|
object | HTTP API 定义的响应格式 | ||
contentType | string | 内应内容类型。 | application/json |
items | array<object> | 响应定义。 | |
object | |||
code | integer | 响应码。 | 200 |
example | string | 示例值。 | {"result": "ok"} |
description | string | 描述。 | 正常接口响应 |
jsonSchema | string | 响应体 JSON 定义描述。 | { "type": "object", "required": [ "result" ], "properties": { "result": { "type": "string", "description": "操作结果,'ok' 表示成功" } } } |
文档内容是否对您有帮助?