{
  "_comment": "Fictional sample booking-form submission — the prime-time household (who becomes HH-0001), brought in by a neighbor referral. Maps 1:1 to the household fields in 08-client-list-and-crm/schema.md. Never commit real PII.",
  "name": "Prime-Time Household",
  "email": "prime-time@example.com",
  "phone": "+1-555-0100",
  "address": {
    "street": "100 Example St",
    "city": "Maple Grove",
    "state": "TX",
    "zip": "78701"
  },
  "home_profile": {
    "devices_est": 12,
    "concerns": ["privacy", "streaming reliability"],
    "isp": "Spectrum"
  },
  "source": "referral",
  "referred_by": "HH-0007",
  "consent": true,
  "consent_source": "intake",
  "consent_ts": "2026-06-03T15:04:00Z",
  "booking": {
    "requested": "weekday evenings"
  }
}
