-
### Before reporting an issue
- [x] I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
### Area
a…
-
### Description
With OpenAPI Specification 3.1, webhooks are not generated as services, resulting in an empty file.
```ts
// services.gen.ts
// This file is auto-generated by @hey-api/openapi-…
-
The Arazzo Specification [1.0.0](https://github.com/OAI/Arazzo-Specification/blob/main/versions/1.0.0.md) allows `body` as a valid value for the `in` attribute in [ParameterObject](https://github.com/…
-
Since we have an OpenAPI spec provided by fastapi, it would be nice to use it for more than just documentation purposes. There are several code generators out there, maybe it would be possible to use …
-
**Problem description**
In patch releases, no changes are made to the way that APIs are described, but the specification wording itself contains many updates, expansions, and clarifications where pre…
-
Could we please have an `openAPI-spec.json` file for the app? I've checked the expected location (/api-docs), but I couldn't find it there. Having the OpenAPI spec would greatly assist in brief explan…
-
The POST response bodies are not included in the OAS exposed by PocketIC's `/api.json` endpoint.
Example:
```json
{
...
"/instances/": {
"get": {
"responses": {
"200": …
-
I installed the following libraries
chalice==1.28.0
apispec==6.3.0
chalice_spec==0.6.0
pydantic==2.0.3
My initialization code is this:
```
spec = APISpec(
title='test-with-openapi-v3…
-
**Describe the bug**
When trying to add an API plugin using an OpenAI specification that contains a 'schema' element, the import of said specification file fails with the following error:
```
Typ…
-
In our upgrade from Swagger libraries to smallrye openapi it is converting all our 'example' to 'examples' in the OpenAPI schema.
This is not desirable as we need to be able provide an example th…