-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
If you have an model with types as following Person->Address->Person
The referens get invalid…
-
Hi, stoker now has problems with internal imports, can you fix it please? Thanks!
![image](https://github.com/user-attachments/assets/98d018b3-fe6d-4ed8-9a35-51d62cfd22fc)
-
**Related to:** https://github.com/elastic/security-team/issues/9401
## Summary
This epic collects potential improvements to the OpenAPI specs bundler tooling.
## Implementation tasks
```[tasklis…
-
AS a developer
I WANT to see the OpenAPI doc
SO THAT I can implement relevant logics on both Playground and API apps, and send API requests to the API app
-
**API Platform version(s) affected**: 4.0.9
**Description**
**How to reproduce**
```php
#[ApiResource]
class Test {
/** @var array */
public array $foos;
}
class Foo {
…
-
interface A {}
interface B {}
interface Response {
data: A | B
}
export const api_call = api(
{ expose: true, auth: true, method: "GET", path: "/api/creatives" }, async (): Promise =>…
-
### Description
We need to find a way to add Mesh to the openAPI spec.
This is tricky because unlike existing resources in the openAPI spec where we go with resource plugins etc, this has a protob…
-
### Is there an existing issue for this?
- [x] I have searched the existing issues
### Describe the bug
I am trying to integrate OpenAPI into an existing Blazor project which was recently upgraded …
-
The [Accounting OpenAPI specification](https://raw.githubusercontent.com/XeroAPI/Xero-OpenAPI/master/xero_accounting.yaml) contains a redundant "type" property. This causes an error when loading the s…
-
Have a **Swagger file** for the API/one for each of the APIs. A Swagger file helps clients that want to use your API to know how to communicate with it and what to expect as responses (it discloses in…