-
Following up from [this comment](https://github.com/pulumi/pulumi-kubernetes/pull/337#issuecomment-452012426), some fields in Kubernetes resource definitions are immutable (_e.g._, `Deployment`'s `.sp…
-
**Is your feature request related to a problem? Please describe.**
Users often want to override summary and description fields in their OpenAPI specifications.
**Describe the solution you'd like…
-
I want to reuse a common component (MDX) in several areas of my OpenAPI spec as shown in the example below.
The `` tags are getting passed through, but the ``, which of course makes the component n…
-
#### 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…
-
Hello
There seems to have big inconsistencies on your OpenAPI definition.
I work with this file : https://github.com/XeroAPI/Xero-OpenAPI/blob/master/xero_accounting.yaml
By taking the `GET …
-
The OpenAPI generator doesn't seem to respect kotlinx serializer annotations, such as `@Transient`, and fields marked with such are included in the spec and swagger example.
-
For the intersection scenario below, the fields `active` and `results` are missing on the swagger.json generated:
```
interface IAssessment {
results?: string[];
}
type TEntity = IAssessme…
-
Currently validation for our APIs is done, for the most part, in our webhooks. OpenAPI validation could be added (possibly using kubebuilder tags) to make this validation part of our OpenAPI definitio…
-
#### Bug Report Checklist
- [X] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
The [Accounting OpenAPI specification](https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/master/xero_accounting.yaml) contains a redundant "type" property. This causes an error when loading the s…