hello, I had build a DocDB referring the code from here: https://community.intersystems.com/post/how-can-i-create-properties-doc…
Here are the structure of the json Documents I have added in my database called 'Orders'.
Doc1 = {'Client': 'Stanford health center', 'Country': 'US', 'orderID': 'a0001', 'Date': '2020-01-01',
'OrderContent': [{'productID': '001', 'ProductName': 'flu test', 'Qty': 100, 'cost': 500},
{'productID': '002', 'ProductName': 'EV test', 'Qty': 500, 'cost': 1000}]}
Doc2 = {'Client': 'watson clinic', 'Country': 'US', 'orderID':
.png)