Document Type

{
  "userId": "123",
  "name": "John Doe",
  "email": "johndoe@example.com",
  "address": {
    "street": "123 Main St",
    "city": "Springfield",
    "state": "IL",
    "zip": "62701"
  },
  "orders": [
    {
      "orderId": "456",
      "product": "Book",
      "quantity": "1"
    },
    {
      "orderId": "789",
      "product": "DVD",
      "quantity": "2"
    }
  ]
}