-
I have the following section in my `openapi.yaml`:
```yaml
paths:
/auth/google:
$ref: "./paths/auth/google.yaml"
```
`./paths/auth/google.yaml` file content:
```yaml
post:
tags:
…
-
##### Description
I try to generate Java (Spring) code for the openapi 3.1.0 spec file listed below using the openapi gradle plugin version `6.2.1`
The type `Module` should have a simple `id` an…
-
Thanks for the massive work!
I'm wondering why almost all schemas are empty:
https://github.com/allengrant/shopify_openapi/blob/030bf4edf884d07f0eb4a96c57d15f4f6f43ed89/shopify_openapi.json#L33
-
##### Description
When a schema contains both `properties` and `oneOf`, I expect openapi-generator to create multiple PHP classes with inheritance. In the example schema below, I expect
- One PH…
-
**Is your feature request related to a problem? Please describe.**
I made an OpenAPI document, that passes validation, but is not fully conformant with OpenAPI. In the doc there was a schema like:
…
dlyz updated
11 months ago
-
##### Description
Structs are not properly generated to handle arrays with item schema using `oneOf`. For instance, for the `swagger.yml` in the next section, an empty struct is generated:
```go
ty…
-
### Brief Summary
If we use the oneOf property of the @Schema annotation, the Microprofiel OpenAPI Output is not as expected.
The property is ignored.
Resource (see https://github.com/mreppe/paya…
-
#### 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…
-
#### 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…
-
##### Description
When using reference to describe property, the xml meta information is lost in the parsing.
It is therefore impossible when using reference to define xml related information. Thi…