-
## A description of the problem you're trying to solve:
Currently, when defining arrays of primitive types, there is no built-in mechanism to enforce that array items are unique.
## An overvie…
-
### Describe the bug
I am trying to define a response type that looks like the following in OpenAPI.
```yaml
responses:
"200":
description: OK
content:
application/json:
…
-
Hi recently switch from openapi-generator-maven-plugin@4.3.1 to 5.0.0 and the generation of my swagger did not work anymore.
After hours of search, I finaly found that it was mu servers > url value…
-
`#[Put(security: "is_granted('ROLE_ADMIN') or object.owner == user")]`
How to disable the PUT operation if not `is_granted('ROLE_ADMIN')` on the OpenAPI specification ?
Ideas:
- [ ] Add an ope…
-
This is a proposal to add support for [HTTP compression](https://en.wikipedia.org/wiki/HTTP_compression) to version 3.0 of the OpenAPI specification.
**Rationale for this change**
At present, there …
-
Hello,
I want to generate a client targeting dotnetstandard 1.3, using the `targetFramework` property of the [CSharp generator](https://openapi-generator.tech/docs/generators/csharp/). Maybe I'm mi…
-
OpenApi 3 states that the 'Header' schema has a 'required' field that deviates from JSON Schema draft v4.
https://github.com/OAI/OpenAPI-Specification/blob/7ce374d67e46e2fdf0da49fc6e29f6854985627e/…
-
The link to download OpenAPI specification for API v2 is not working. Returning Error 404.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHu…
-
# Feature Proposal: Functionalities for adding label and example(s)
## Introduction
This proposal aims to introduce new functionalities to Zod, drawing inspiration from the capabilities of Joi. Th…
-
### Description
Hi, I'm facing an issue, where there are not getting any enums (js or ts) generated.
It's starting from version v0.43.0.
I did adjust the config change (`enums` is now a property …