{
    "case": 1,
 
    "first_name": "Sophia",
    "middle_name": "Grace",
    "last_name": "Anderson",
    "juror_number": "JUR2026001",
 
    "date_of_birth": "1988-07-15",
    "age": 37,
    "gender": "F",
    "us_citizen": true,
 
    "education_level": "university",
    "marital_status": "married",
 
    "spouse_full_name": "Michael Anderson",
    "spouse_employment_status": "employed",
    "spouse_occupation": "Architect",
    "spouse_employer_name": "Urban Design Group",
 
    "email": "sophia.anderson@testmail.com",
    "primary_phone": "9876543210",
    "cell_phone": "9123456789",
 
    "street_address": "456 Oakwood Drive",
    "city": "Houston",
    "state": "Texas",
    "county": "Harris County",
    "zipcode": "77001",
 
    "house_value": "650000",
    "religion": "Christian",
    "political_party": "Independent",
    "voting_record": "Regular voter in state and federal elections",
    "relative_in_law_enforcement": "Brother is a police officer",
 
    "employer": "TechNova Solutions",
    "job_title": "Senior Software Engineer",
    "employment_status": "employed",
    "occupation": "Software Engineer",
 
    "civil_jury": true,
    "criminal_jury": false,
    "grand_jury": false,
    "verdict_reached": true,
 
    "party_to_civil_suit": false,
    "accused_in_criminal_trial": false,
    "complainant_in_criminal_trial": false,
    "witness_in_criminal_trial": true,
 
    "felony_probation_history": false,
    "misdemeanor_theft_conviction": false,
 
    "analyst_notes": "Strong analytical background. Appears detail-oriented.",
    "notes": "Potentially favorable for technical evidence-heavy cases.",
 
    "photo_url": "https://example.com/juror_photo.jpg",
    "id_json_file_name": "juror_sophia_001.json",
 
    "status": "unassigned",
 
    "social_media": [
        {
            "platform": "linkedin",
            "url": "https://linkedin.com/in/sophiaanderson",
            "username": "sophiaanderson"
        },
        {
            "platform": "twitter",
            "url": "https://twitter.com/sophia_codes",
            "username": "sophia_codes"
        },
        {
            "platform": "instagram",
            "url": "https://instagram.com/sophia.life",
            "username": "sophia.life"
        }
    ]
}