[
  {
    "owner": "Alex",
    "task": "send the GPU benchmark report",
    "due": "Friday",
    "status": "pending"
  },
  {
    "owner": "Priya",
    "task": "fix Docker healthcheck",
    "due": "June 20",
    "status": "pending"
  },
  {
    "owner": "Jordan",
    "task": "complete model download",
    "due": "unknown",
    "status": "waiting"
  }
]