gpt4 book ai didi

yaml - Swagger 不呈现请求体

转载 作者:行者123 更新时间:2023-12-01 00:19:54 25 4
gpt4 key购买 nike

我有以下符合 openapi 3.0 的 yaml 文件,我正在尝试通过 swagger 呈现该文件。 yaml文件没有报错,但是requestBody未在 swagger GUI 上呈现。我刚收到一个 parameters字段为空但没有为请求正文呈现任何内容,我也没有收到任何错误。截图如下。

paths:
/my-api:
post:
summary: My API Summary
description: My API Description
tags:
- Cost Center
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
data:
type: array
items:
$ref: '#/components/schemas/ReqBodyStruct'

Screnshot

获得 swagger gui 中也显示的 RequestBody 的方法是什么?我错过了什么吗?

最佳答案

根据这两个问题OAS 3.0: Support for media type examples (aka request/response body examples) #3437Examples are not showing #2651从 Swagger UI github 页面这应该在版本 3.23.0 中修复(2019 年 6 月 29 日)。

关于yaml - Swagger 不呈现请求体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53078184/

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