

- id: Required, a positive integer.
- name: Required, cannot be empty.
- email: Required, must be in valid email format.
- age: Optional, an integer greater than or equal to zero.
- isActive: Optional, a boolean value.
- addresses: Optional, an array containing addresses. Each address must contain street, city, and postalCode fields.



