-
According to the json schema upon which OpenAPI spec relies, `type` keyword can be either a string or an array.
> The value of this keyword MUST be either a string or an array. If it
> is a…
-
**knife4j-openapi3 安全认证不生效**
```
com.github.xiaoymin
knife4j-openapi3-spring-boot-starter
4.3.0
org.springframework.boot
spring-boot-starter-parent
2.7.15
…
-
- [ ] Make typespec/autorest filter out `x-ms-client-flatten` by default
- [ ] Add a new option `enable-client-flatttening` that will allow `x-ms-client-flatten` settings to be emitted to OpenAPI2
-…
-
**Describe the bug**
A security requirement of an operation may specify multiple security schemes that all must be fulfilled. When using `join` with `--prefix-components-with-info-prop` only the firs…
-
**当前使用版本**
3.5.3及之前的版本运行正常
3.5.4、3.5.5、3.5.6和3.5.7版本启动报错
**当前环境信息**
Java1.8_201
Mysql8.0
SpringBoot2.7.18版本
**描述bug现象**
3.5.3及之前的版本运行正常
3.5.4、3.5.5、3.5.6和3.5.7版本启动报错
**提供问题复现步骤**
**提供完整堆栈…
-
SURE-7040, SURE-6584
https://github.com/rancher/rancher/issues/38468
Backend would like to store less schemas - but this breaks YAML edit.
Need to investigate further
Update: The new backe…
nwmac updated
3 months ago
-
**Describe the bug**
A clear and concise description of what the bug is.
knife4j-openapi2-spring-boot-starter的4.0以上版本包的
com.github.xiaoymin.knife4j.spring.common.bean.SpringFoxEnvironmentPostProces…
-
`github.com/getkin/kin-openapi` `v0.61.0` renames `openapi3.Swagger` to `openapi3.T`.
1. https://github.com/getkin/kin-openapi/releases/tag/v0.61.0
2. https://github.com/getkin/kin-openapi/pull/35…
-
### 联系方式
张树彬
### MeterSphere 版本
2.10.9LTS
### 使用外置数据库
否
### 问题描述
从apifox导出的swagger3.0格式接口文件,导入MS接口定义后请求体参数没有显示value值
### 重现步骤
1. 在apifox创建接口
2. 接口导出openapi3.0格式文件
3. 导入接口定义
4. 接口请求体参数没有显示v…
-
In our current practice, additional properties on a model is expressed as
```
model Foo extends Record {}
```
or
```
model Foo is Record {}
```
where the `Record` takes the position of base mo…