Problem with Integration REST API by using OpenAPI
Hi everyone,
we are following this pega instrcution https://docs.pega.com/bundle/platform/page/platform/data-integration/integrating-rest-api-using-openapi-specification.html to integrate REST API using OpenAPI Specification.
It workes fine if the yaml has a simply structure. Unfortunately the data object could not be generated with complex yaml. For example,
Even though we got this mapping preview(the screenshot below) correctly, the array object rolle cannot be generated
the whole person type has been attached separately.
Does someone have the similar problem as us? Is it possible to get such data model generated?