Hi,
I have configured data integration using a swagger (Json) file. In this file the endpoints are defined and also the fields.
This works just fine for fields that are of type string, numeric However the swagger file I am using describes nested objects E. G.
Object1
StringField1
StringField2
Object2
StringField3
StringField4
StringField5
the fields for object1 are correctly identified by AEM. Object2 and its fields are ignored.
If I restructure the swagger file so they objects are not nested aem processes it correctly :
Object1
StringField1
StringField2
Object2
StringField3
StringField4
StringField5
Does AEM support this nested object structure in swagger? If so do you have an example swagger file that demonstrates the correct syntax.
If not, what is the alternative? Add a key to each data structure and link them?
Thanks,
James