Skip to main content

Hello,

 

I have the problem, that the result of my Xtension action is displayed by each property instead of one single object.

My result looks like this:

Each property of the result is displayed as one return value. What I am trying to achieve is something like this:

This is what my openAPI JSON looks like:

Is my JSON is configured in a wrong way?

What do I need to change?

 

Thank you in advance!

Niklas

 

Hi Niklas,

 

Please add the following property at the root level:

"x-ntx-render-version" : 2

Just be aware that this will affect all of the parameters and outputs, meaning you cant flatten one parameter like you have in the example, and make another a complex object at the same time. More info here in our help docs about this tag and many others.

 

Hope this helps!

Erwee


Reply