Hello,
I want to know if it would be possible to add one schema inside another schema as a child object. This is a very common usecase and would like to know how to handle in mockaroo. Eg: if a client has many contracts, I dont want to add each of those contracts fields inside client schema so it becomes an array of objects.
- I want to be able to add a single object of another schema
- I also want to add an array of objects from another schema.
Please let me know how to get it done.