I have 3 schemas which gives response as One,Two and Three respectively.
I have another schema which contains One,Two and Three as elements.
Is there any possible way to map these as the follows?
Say ResultSchema is the one which contains all the other output schemas as elements.
One ----> ResultSchema->One
Two ----> ResultSchema->Two
Three ----> ResultSchema->Three.
This is just like objects as properties of another object.