Server Connect - API Action

Wappler Version : 2.5
Operating System : Mac OS Catalina 10.15.2

Expected behavior

When defining the API schema the JSON returned is not being accurately converted in the SC action

Actual behavior

Some of the JSON is ignored and a level is missed out when mapping:

In the example from the screenshot, within the ‘data’ object, there should be an array of ‘children’ which then holds objects for their details. There should also be an array for bookings. The children array is missed out and moves straight into the details while the bookings array is missing entirely.

I’ve also noticed the API schema window flickering a lot and being inconsistent with the results it shows in the Source section (whether it shows or not). The Cancel/Save buttons and the produced schema can flicker black at times too.

I have tried restarting Wappler and creating a new API action step. I have noticed it on a few different Server Actions. I have also validated the JSON on several websites - copied from the Source output in the API schema window.

How to reproduce

See screenshots above