Redocly / redoc

📘 OpenAPI/Swagger-generated API Reference Documentation
https://redocly.github.io/redoc/
MIT License
23.36k stars 2.29k forks source link

fix: extract extensions of child items in case it is a single object #2560

Open knthls opened 2 months ago

knthls commented 2 months ago

What/Why/How?

I added merging extensions of a child schema, in case items is a single object.

Reference

fixes #2559

Tests

I did not write any unit tests, however the following screenshot shows what happens.

Screenshots (optional)

image

Check yourself