-
Try validating against the schema from https://swagger.io/docs/specification/data-models/oneof-anyof-allof-not/
Got error of
```
Failed validating 'oneOf' in schema['properties']['paths']['patter…
lihan updated
5 years ago
-
Every field is optional in generated types regardless of settings in Directus.
Any idea why?
stpoa updated
5 months ago
-
**Codewind version:**
**OS:**
**Che version:**
**IDE extension version:**
**IDE version:**
**Kubernetes cluster:**
**Description:**
Following email correspondance with eclipse foc…
-
### What happened?
When I have a configuration that is read only - GET method on a rest api, then both swagger and /openapi endpoints still all of the methods.
For example:
```
"entities": {
…
-
# Enhancement Description
- One-line enhancement description (can be used as a release note): Add metadata to API files (types.go) to indicate when fields are governed by a feature gate.
- Kuberne…
-
**Are you using OpenAPI 2, 3.0.X, or 3.1.0?**
Version 3.0.0, but it doesn't matter, such functionality will be useful for all versions.
**Would this solve a problem or make something easier?**
No…
-
### Current Behavior
The OpenAPI definition promises an `array` of `#/definitions/Component`. The returned values don't look like the Component definition. They lack fields such as _sha256_ and inc…
-
In the example code of `protoc-gen-openapi`, I see that `option (openapi.v3.documentation)` is already supported, but when using it in the proto file of other projects, the user needs to manually intr…
-
The 'omitempty' option of the request structs should be removed. This is because it generates an incorrect request when a parameter is 0. For example, a request with the temperate field set to '0' wil…
-
I need to generate swagger json using proto annotations.
generated schema should look like this
```json
"schema": {
"type": "object",
"example": {
"…