-
When i tried convert openapi schema 3.0 or 3.1 what i generate by spotlight, i got empty type like:
```
export interface Sandbox {
[k: string]: unknown;
}
```
Schema example: [sandbox.json…
-
The endpoints that use the `includeResultsetResponses` parameter contain invalid OpenAPI syntax.
These include the following files:
- [`analyses/endpoints.yaml`](https://github.com/ga4gh-beacon/…
-
**Describe the bug**
A clear and concise description of what the bug is.
I have defined two paths which gets differed by HTTP Method and path parameter.
`/xyz/{id}/features` - _POST_
and
`/xyz/{…
-
When I run the generation for java I am getting code that doesn't compile. The errors all say
> Non-static method 'getGson()' cannot be referenced from a static context
It looks like the follo…
-
https://github.com/willnilges/pymeshdb
```
$ docker run --rm \
-v ${PWD}:/local openapitools/openapi-generator-cli generate \
-i https://db.grandsvc.mesh.nycmesh.net/api-docs/openapi3.json \…
-
when i add the BCF-API swagger.json as an openAPI service reference in visual studio (.NET) i get compile errors from the generated code :/
![image](https://github.com/user-attachments/assets/1b4cb…
-
Adding Tailwind plugin to Prettier breaks codegen
```
{
"name": "openapi-test",
"dependencies": {
"@rtk-query/codegen-openapi": "^1.0.0",
"prettier": "^3.0.0",
"prettier-plugi…
-
Hello, I tried to generate from this file https://github.com/AssemblyAI/assemblyai-api-spec/blob/main/openapi.yml but it doesn't work.
```console
create-api generate "openapi.json" --output "./Pet…
-
### What happens?
In fact these are two issues which show up at different versions with my referenced `openapi.json`, which was generated with NestJS Swagger module v7.2.0 (and v7.4.2 which I later t…
-
### Version
4.5.8
### Context
Relative references in $ref are not supported (see OpenAPI spec https://spec.openapis.org/oas/latest.html#relative-references-in-uris) while it worked well with …