-
**API Platform version(s) affected**: 4.0.9
**Description**
**How to reproduce**
```php
#[ApiResource]
class Test {
/** @var array */
public array $foos;
}
class Foo {
…
-
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/…
-
### Description
👋 I am observing that the generator is boxing properties that do not need boxing
### Reproduction
This OpenAPI spec:
```yaml
components:
schemas:
MyStruct:
type: …
-
### Description
> $Subject
### Steps to Reproduce
Try to generate the client for the following spec:
```yaml
openapi: 3.0.0
info:
title: Albums API
version: 1.0.0
description: A simple …
-
### Problem description
Identify broken links in Fern Docs. Throw warnings in the Fern CLI.
### Why would it be useful?
SEO boost and improved navigation experience.
### Additional context…
-
### Issue description
When I try to import openapi file containing extended field to apisix dashboard routes as like shown in this guide : [https://apisix.apache.org/docs/dashboard/2.6/IMPORT_OPENA…
-
**Description**
The `postTransform` option is handed the ts types as they're generated from each OpenAPI schema member in `transformSchemaObject`.
However, although there is a 1:1 mapping between …
-
```ts
export const PublicUserSchema = z.object({
id: z.string().uuid(),
avatarUrl: z.string().optional(),
name: z.string(),
email: z.string(),
}).openapi("User");
export con…
-
#### Bug Report Checklist
- [ ] Have you provided a full/minimal spec to reproduce the issue?
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagg…
-
**Describe the bug**
The `redocly bundle` command is adding schema objects to the `#/components/schemas` section of the bundled schema, even when using the `--dereferenced` option is used.
Closed is…