-
**Describe the bug**
If you loop an array that has a hard coded value it throws the following error.
```
status:
conditions: …
-
## 版本号
1.7.0
## 什么问题
目前对openapi 3.0.1 的支持不太完整,比如Anyof/Allof/Oneof等场景,是否有计划在界面编辑接口和导入openapi文档时支持这种语法?
-
Hello everyone,
### Description
It seems that using the command `connexion run` with custom `Resolvers` doesn't work.
### Expected behaviour
Stubbing the specification should work even w…
-
Using the official [`Todo.hs`](https://github.com/biocad/servant-openapi3/blob/master/example/src/Todo.hs) example from `servant-openapi3`, I get the following error when using the `Auth` combinator o…
-
The goal of this issue is to introduce new `option` to all dereference strategies and allow them to collect errors and push forward instead of fail fast on first error. Default behavior will stay as …
-
Minimal repro: https://gist.github.com/colatkinson/57a1a4ba78ee2d10be29ae49df470fc1#file-index-ts
This is a lightly-modified version of the `start-server.ts` example -- the major difference being t…
-
Thanks for this helpful tool.
I come across this issue when I'm using protoc-gen-openapi plugin to generate OpenAPI3 specification from protobuf definition.
I have a State type and fields of Sta…
-
when compiling my program I get a no instance error for:
```
instance (HasOpenApi (Headers '[Header ResourceMetadata String] NoContent))
-- type ResourceMetadata = "jinko-resource-type"
```
…
-
**Is your feature request related to a problem? Please describe.**
When a spec model has a property that is `required` and allows multiple types where `null` is one of them, eg.: `type: [integer, '…
-
Based on https://demo.grocy.info/api/openapi/specification:
```json
{
"openapi": "3.1.0",
"components": {
"schemas": {
"Product": {
"type": "object",
"propertie…