Generated on Feb 19, 2025, 8:38:39 AMgemini-1.5-flash
{
"family": {
"familyID": "12345",
"members": [
{
"memberID": "1",
"firstName": "John",
"lastName": "Doe",
"gender": "Male",
"dateOfBirth": "1970-05-10",
"placeOfBirth": "New York, NY",
"relationship": "Father",
"spouseID": "2",
"occupation": "Software Engineer",
"notes": "Enjoys hiking and photography.",
"children": [ "3", "4" ],
"parents": [],
"siblings": []
},
{
"memberID": "2",
"firstName": "Jane",
"lastName": "Doe",
"gender": "Female",
"dateOfBirth": "1972-08-15",
"placeOfBirth": "Los Angeles, CA",
"relationship": "Mother",
"spouseID": "1",
"occupation": "Teacher",
"notes": "Passionate about gardening and cooking.",
"children": [ "3", "4" ],
"parents": [],
"siblings": []
},
{
"memberID": "3",
"firstName": "Michael",
"lastName": "Doe",
"gender": "Male",
"dateOfBirth": "1995-03-20",
"placeOfBirth": "New York, NY",
"relationship": "Son",
"spouseID": null,
"occupation": "Student",
"notes": "Plays the guitar and enjoys video games.",
"children": [],
"parents": ["1", "2"],
"siblings": ["4"]
},
{
"memberID": "4",
"firstName": "Emily",
"lastName": "Doe",
"gender": "Female",
"dateOfBirth": "1998-11-05",
"placeOfBirth": "New York, NY",
"relationship": "Daughter",
"spouseID": null,
"occupation": "Marketing Analyst",
"notes": "Loves to travel and learn new languages.",
"children": [],
"parents": ["1", "2"],
"siblings": ["3"]
},
{
"memberID": "5",
"firstName": "Robert",
"lastName": "Smith",
"gender": "Male",
"dateOfBirth": "1945-01-15",
"placeOfBirth": "Chicago, IL",
"relationship": "Grandfather (Paternal)",
"spouseID": "6",
"occupation": "Retired Engineer",
"notes": "Enjoys golfing and spending time with his grandchildren.",
"children": ["1"],
"parents": [],
"siblings": []
},
{
"memberID": "6",
"firstName": "Mary",
"lastName": "Smith",
"gender": "Female",
"dateOfBirth": "1948-06-22",
"placeOfBirth": "Chicago, IL",
"relationship": "Grandmother (Paternal)",
"spouseID": "5",
"occupation": "Retired Teacher",
"notes": "Active in her community and enjoys knitting.",
"children": ["1"],
"parents": [],
"siblings": []
},
{
"memberID": "7",
"firstName": "David",
"lastName": "Johnson",
"gender": "Male",
"dateOfBirth": "1942-09-01",
"placeOfBirth": "Boston, MA",
"relationship": "Grandfather (Maternal)",
"spouseID": "8",
"occupation": "Retired Doctor",
"notes": "Passionate about history and enjoys reading.",
"children": ["2"],
"parents": [],
"siblings": []
},
{
"memberID": "8",
"firstName": "Susan",
"lastName": "Johnson",
"gender": "Female",
"dateOfBirth": "1946-04-10",
"placeOfBirth": "Boston, MA",
"relationship": "Grandmother (Maternal)",
"spouseID": "7",
"occupation": "Retired Nurse",
"notes": "Enjoys traveling and spending time with her family.",
"children": ["2"],
"parents": [],
"siblings": []
}
]
}
}