-
Not sure if this is intended behavior, but when I don't specify a description for a response field, the output snippet resource.json outputs "description": null, which causes the openapi3 gradle task …
-
https://github.com/Dorthu/openapi3/blob/2580c603051fa459771ca08efee90aae508be4ec/openapi3/openapi.py#L86
Multiple authentication types is supported by the OpenAPI spec, but this line prevents that …
-
**Is your feature request related to a problem? Please describe.**
The api config openAPI v3.0.2 json file I'm using contains discriminators. the code generation build process end up with error messa…
-
There are several issues with the OpenApi schema generation, and I tried to fix them in my proof-of-concept repo at https://github.com/krissrex/http4k-openapi-annotations/blob/master/src/main/kotlin/n…
-
GA4GH is pushing to move schemas from swagger2 to openapi3. We are currently using Bravado-core for schema models and validation, which does not support Openapi3 at the moment. Will look into seeing i…
-
Right now don't think there is a way to enable the compiler trace and have the output show up in vscode. This makes it hard/impossible to debug costumer issues
-
export-url : https://export.example.com/api/v1
go-api-url : http://app.example.com/api/v1
Server-URL:
NG : https://export.example.com/api/v1
NG : /api/v1 -> fail
So, i change to swagger data.…
-
openapi.yaml:
```
servers:
- url: /v
paths:
/version:
get:
...
```
pyramid config:
```
config.add_route("version", "/version")
```
(along with this config to deal with the p…
-
Hiya,
I'd love support for OpenApi3 so i can easily write a client for c#.
https://swagger.io/
I'm a .NET dev and for ASP.NET the most common web tech theres tooling to auto generate openapi3…
-
##### Description
Related comment:
https://github.com/OpenAPITools/openapi-generator/issues/80#issuecomment-389748804
I think that the scripts under `bin/openapi3` should output its res…