Export openapi 3.0 spec not including `response` under `component` attribute?

Hello teams, currently i am writing my API specifications with use of apidog, some of APIs are referencing some reusable responses component (See Picture 2), however, when i trying to export data API spec to openapi.yaml spec, i found that responses of API are all flattened (See picture 1) instead of using #ref tag.

How can i resolve this?

Current version 2.5.24


image.png

There is currently no solution. This requirement has been recorded and will be evaluated later.

Oh i see, noticed that, thanks for your reply.