-
### Describe the bug?
Discriminator property is coming as "null" for some type of applications due to which returned response is not mapped to any polymorphic type. For ex-
GET /api/v1/apps?filter=n…
-
Security schemas used on operations should generate code that sets the auth requirements to the endpoint via the `auth` method
see #3091
-
Consider these two specifications:
```yaml
#a.yaml
openapi: 3.0.0
components:
schemas:
Merged:
allOf:
- $ref: '#/components/schemas/Example'
- $ref…
-
We have a schema which can either be null or a list of object. This is mainly to allow the parameter to be optionally passed and to detect if the property was set to do case distinction on. So passing…
-
https://github.com/codeborne/klite/blob/2f898f442d90f5d70fe6ea3b101dde1e2e1bf673/openapi/src/OpenAPI.kt#L90C1-L90C35
This writes the enum name in all caps, "QUERY" etc. This isn't compliant to Open…
-
In our OpenAPI specification, we have a type `Allowance` that can be either a `EngineeringAllowance` or `StandardAllowance`.
we use the property `allowance_type` as discriminator.
```yaml
A…
-
Hello!
Version 6.1 used here does not support `asyncio` library, which is super useful in modern Python world.
Do you have plans to update your spec to support OpenAPI Generator to version 7+?
…
-
**Describe the bug**
When the `default` value is set in a referenced schema in OpenAPI 3.1 and it has `type: ["string", "null"]`, the default value of dataclass becomes `None` while the non-reference…
-
Codegen for openapi v950.
## Changelog
* Add support for `account_management` and `notification_banner` on `AccountSession.components` and `AccountSessionCreateParams.components`
* Add support for `e…
-
I need the generated java code include both response body and headers.
I know there is `return-response` option to return `javax.ws.rs.core.Response` but that class is not generic and requires cast…