AEM Forms FDM OpenAPI response data does not have structure
We are trying to use a published API from the UK Revenues team - it is defined as an openapi yaml file - very simple API - provide a VAT number and it returns with the data of the organisation.
I have added the YAML as a cloud service and build an FDM from it. When I test the Service it sucessfully brings back data as in the attached image.
However, when I try to use this service in the rules editor the response fields are not available. What it offers is just one item called response. The openapi definition has different responses per status type and for 200 it mandates the structure in the example below {target.... name.... etc}
I have had similar issues with openapi and had to build the api using Swagger V2, but I'd rather not have to do this.
Does anyone have any suggestions for what I might be doing incorrectly?

