-
The following document generator configuration, includes all endpoints in the project, even though only a segment of the controllers are defined with the api group name.
The problem occurred after …
-
Since the numeric value is converted to float64 during JSON validation in body in function `openapi3filter.ValidateRequestBody’, the precision of integer value in updated request body is lost, and t…
-
I have been using v0.113.0 with some 3GPP OpenAPI files without a problem. Today I updated the lib to v0.116.0 and refs are not getting parsed correctly.
I have bisected the problem to this commit …
-
I'm using this yaml file: https://github.com/legalesign/Legalesign-V1-OpenAPI3/blob/master/legalesign-api-v1.yaml
When I process that using nswag **13.8.2** it creates C# classes named `Objects2` …
-
1. I build document with openapi3 with golang
2. file size is 3.2M
3. tried config with 'render-style=focused', but lost
4. 200+ path and too much schemas with '$ref' to use
5. please !!!
[swagg…
-
I have a 4000 line openapi3 template if that matters, and it has a circular reference.
I kind of solved it (by removing the "require" on a field that caused it) and now for the matter, libopenapi doe…
-
Hi,
thank you for the package! I I'm working on few fixes to support my openapi3 documentation and I noticed that I can't run successful tests (connection reset on 127.0.0.1) -- servers are started…
pionl updated
4 years ago
-
## Description
It seems we generate invalid schemas for all tuples and `Map`s with "complex" keys (those that `aeson`'s `toJSONKey` is `ToJSONKeyValue` and thus the map is encoded as an array of ke…
-
I'm using Django rest framework to auto generate a schema for a very simple API, one endpoint listGenes returns a json object which is an array of objects:
```
[
{
"id": 1,
…
-
##### Swagger-codegen version
V 3.0.2
##### Description
**I was using swagger 2.0 with mavenplugin-codegen V 2.3.1 :**
When i have a response type application/octet-stream
=> Json file : _"s…