gpt4 book ai didi

api - 如何使用 yaml 在 swagger 中描述响应对象?

转载 作者:行者123 更新时间:2023-12-04 23:45:07 24 4
gpt4 key购买 nike

我们对/papers/15 有以下 json 响应

{
"data": [
{
"id": 1,
"title": "foo"
},
{
"id": 2,
"title": "bar"
}
],
"meta": {
"total": 15
}
}

有谁知道如何描述它swagger yaml文件?

最佳答案

好的,我只是想出了如何做到这一点,以防万一有人需要身份证。
除了专用的模型定义部分(“定义”),还可以进行内联模型描述。上面的代码看起来像:

responses:
"200":
description: Matched Objects
schema:
type: object
properties:
data:
type: object
properties:
authors:
type: array
items:
$ref: "#/definitions/object_with_id_and_title"

关于api - 如何使用 yaml 在 swagger 中描述响应对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30461718/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com