How to Nest a Data Object Inside result1 in Response Schema?

I want to include a nested data object inside result1. How can I properly structure or move the hierarchy so that data is nested within result1? Could you provide an example of how to organize this nested structure in the response schema or JSON format?

You can consider setting data as a schema and have result1 reference data. For details, please check: [link]