-
I was hoping to update the `config.pyramid_openapi3_spec` directive so that it registers the spec file to the library, but doesn't enable the route/view. The reason being is we need to perform some fi…
-
**Describe the bug**
@Data
@Schema(name = "ApiRespose")
public class ApiResponse implements Serializable {
@Schema(description = "业务处理成功结果", requiredMode = Schema.RequiredMode.NOT_REQUIRED)
priv…
-
Using this feature https://github.com/rwf2/Rocket/issues/590 results in `the trait bound '[...] rocket_okapi::response::OpenApiResponderInner' is not satisfied` when the enum type is as a result type …
Keshi updated
7 months ago
-
-
Stumbled upon your stackoverflow post about openapi3
In my scenario I have a quarkus (grpc java) based server impl. Openapi auto-documentation seem to be only available for openapi2 (protoc-gen-ope…
-
[The OpenAPI3 spec](https://swagger.io/docs/specification/media-types/) allows us to specify the same format for multiple media types using placeholders.
> To define the same format for multiple me…
-
Updating `openapi3-ts` to v4+.
This may allow us to generate OpenAPI 3.1.0 specs.
**Background:**
For anyone building custom ChatGPT actions, it will be expecting 3.1.0 contracts.
-
Hi,
I use OpenApi3 and I noticed that when loading my types into `Fetcher.for()` it doesn't shows my response data types properly. All responses types becomes as `unknown`.
But when generating…
-
**Describe the bug**
If you loop an array that has a hard coded value it throws the following error.
```
status:
conditions: …
-
The OktaConfiguration object has two APIKey properties
* ApiKey
* ApiKeyPrefix
These values are used in the APIs to set a Header parameter of apiToken to be the value inside ApiKey.apiToken and A…