Return data from api and jason file specification

hi

I have an api end point that I am trying to use with Dropsource. This api end point returns a list of offers where offers is a data type with multiple fields. So essentially this is returning a array of arrays. When I look at the default json file being generated , i see that the specification only shows it as returning a object of type array and items being string. This does not mention that the items are also an array.

Do I have to manually add this to the Json file so that drospurce knows that the return values are an array of arrays. Right now in dropsource I only see a string value and hence cannot bind it to the correct subitems. When I run this , in the dropsource logs I see that bubble is returning a array of arrays but I am not able to display them in the corresponding dropsource elements.

Thanks

1 Like

Any one encountered similar issues ?