Description
The JSON structure for Integrations are divided into 2 sections,
First section is Definition, it is a general element which all definitions share.
Second Section is Integration, which is a composite element that contains 3 sub composite elements, Process, PreProcess and PostProcess.
PreProcess and PostProcess are the same and are required elements while Process is not a required element (The integration will be treated as a pass through) and its structure differs by containing possibly 2 sub composite elements Mapping and Routing.
0 Comments