-
#### Describe the bug
I'm not sure if this is a bug or not, but for me, allOf is rendered in an unexpected way when used in the message payload. Can you confirm if this is deliberate or not? If not…
-
### Describe the bug
In OpenAPI it is valid to have `oneOf` between a primitive value like `string` and an `object`. In TypeSpec I did not find a valid way to apply `oneOf` as the compiler says `oneO…
-
## 🚀 Feature Proposal
Aside “java client” and “typescript client”, it would be great to add a “compilation target”: openapi & json schema.
## Motivation/Examples
This would be very useful …
-
### Version
4.3.1
### Context
Using vertx-web-client to send a MultipartForm to a router constructed using an OpenAPI3 file, the handler's request does not contain attributes or files. We exp…
-
Hi!
When I open a project that uses this package, VSCode reports errors like the following:
```
Cannot write file 'node_modules/openapi3-ts/dist/dsl/openapi-builder30.d.ts' because it would ove…
-
-
## 问题复现场景
在provider端开发如下接口
```java
@Path("/3headers")
@GET
public Object tripleHeaders(@HeaderParam("x-test")List testHeaders) {
final LinkedHashMap resp = new LinkedHashMa…
-
I tried to build on MacOs/darwin with the latest `go version = 1.22.3` but find this error
```
2024/05/27 13:41:57 [INFO] Building Caddy
2024/05/27 13:41:57 [INFO] exec (timeout=0s): /opt/homebrew/…
-
### Has your issue been reported?
- [X] I have searched the existing issues and confirm it has not been reported.
- [X] I give permission for members of the FlutterFlow team to access and test my pro…
-
1. 版本
```
com.github.xiaoymin
knife4j-openapi3-jakarta-spring-boot-starter
4.4.0
```
2.
```
@Configuration
public class SwaggerConfig {
…