Hello,
When building a custom connector from an existing OpenAPI file that uses composed objects, it would be nice if the parent object was shown. For example, in the screenshot, I need to hover over the objects to see the parent, I am hovering over $.description.value.

It becomes worse when you look at the action it created, it does not show you the parent in any way, even as a hover. This makes it very difficult to fill out and use.

If I use the 'Peek code' option I can see the parent values, but that does not help me on the previous window, and takes a lot of guess work:

This is another example, it is not apparent that the marked fields are all sub fields of a parent object:

This is the definition of the fields above:

Again, you can see this if, I fill out values and use "Peek code":

Does anyone know of a way to show more detail at the action level so this will be less of a struggle to fill out?
Thanks