-
#### 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
I have set the content-types to the entities of my multipart payload in my yaml definition using the 'encoding' field. But content-types does not get applied in the payload when s…
-
**Are you using OpenAPI 2, 3.0.X, or 3.1.0?**
3.0.0
**Would this solve a problem or make something easier?**
Solves a problem.
**What would you like to happen?**
Checking that your code…
-
## Introduction
Currently, the HelmChart CRD supports specifying Chart values via `spec.valuesContent` as a raw string. While effective, this method lacks the ability to leverage YAML syntax checki…
aofei updated
10 months ago
-
**Describe the solution you'd like**
- Based on [the structure](https://github.com/vivo-project/VIVO/issues/3626) provided by [the endpoint](https://github.com/vivo-project/VIVO/issues/3625) the lab…
-
It seems that currently only OpenAPI 2.0 (Swagger) is supported. Considering how significant of an improvement 3.0 was, it would be great to have support for it as well.
-
### Description
Continuing from https://github.com/jcrist/msgspec/issues/474#issue-1792097063
OpenAPI continues to have issues with parsing.
When attempting to parse fields such as
```python
fr…
-
## This is a...
[ ] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ x ] Bug report
[ ] Documentation issue or request
## Description…
-
## Context
While working with an OpenAPI specification for an endpoint that includes a complex query parameter (an object), I encountered an issue where the object is displayed as a single paramete…
-
We can add support for custom fields like `x-env-var`, so users can add something like
```yml
securitySchemes:
PostmanAccessTokenAuth:
type: apiKey
in: header
name: x-access…