This would map out all the reference fields and modify/map them to the content type they belong to. Ex: <ul> <li><strong>Before</strong></li> <code> "categories": "bltcategoryuid123" </code> <li><strong>After</strong></li> <code> "categories": { "reference_to": "category", "values": "bltcategoryuid123" } </code> </ul>