i have already exposed a json service and in orchestration receive shape i have used a schema. but now i want to receive different json messages so what should be the receive shape message type and how to map these 3 different json messages to common
schema.
Note that the way the JSON decoder works is to just add a root node and change the JSON elements into XML ones. So you could easily create a schema that just multiple different records for your different message types. You haven't shown
what actual problem you have.