-
hi there,
regarding the example https://github.com/biocad/servant-openapi3/blob/master/example/src/Todo.hs
i have an API, that looks like this, if you adapt the example code:
```haskell
type…
-
## Open API for FSP Interoperability - Change Request
### **Table of Contents**
* [1. Preface](#1.-preface)
* [1.1 Change Request Information](#1.1-change-request-information)
* [2. Problem …
-
I'm currently working on a tool to convert JSON to an OpenAPI spec, with schemas per key of the JSON, but it appears that when rendering this, I only receive the ref-resolved, whereas I'd want to have…
-
I'm trying to parse an OpenAPI 3.0.3 document that exists on my local file system, divided into several files. I've narrowed the behaviour to following test case.
Files (all exist in the same direc…
-
1. 通过 http://ip:port/v3/api-docs 获取到的文档json内容, 在 components下 有 schemas层级
![7933d396d8e3b5411c5163b962ac7f6](https://github.com/xiaoymin/knife4j/assets/57944988/b887a0e7-d624-4a3b-b7af-4c6c955df3dc)
…
-
#### Bug Report Checklist
- [x] Have you provided a full/minimal spec to reproduce the issue?
- [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
implementation 'com.github.xiaoymin:knife4j-openapi3-jakarta-spring-boot-starter:4.1.0'
```java
@Operation(summary = "登录", description = "从 SSO 登录后")
@PostMapping(value = "/signin")
…
-
Would it be possible to add an option to protoc-gen-openapi to generate proto3 fields labeled as `optional` to OpenAPI object properties with label `nullable: true`?
For example this proto file:
`…
-
Hi Team! Is ability to specify options object in paths in openapi in your plans/backlog?
Expected output in openapi
```
/some_path/v1:
get:
...
post:
...
options:
resp…
-
### Terraform Core Version
1.6.4
### AWS Provider Version
5.26.0
### Affected Resource(s)
* aws_schemas_schema
### Expected Behavior
When applying an update of a schema definition for an existi…