{
  "personas": [
    {
      "id": "analyst",
      "name": "System Analyst",
      "file": "analyst.json"
    },
    {
      "id": "architect",
      "name": "System Architect",
      "file": "architect.json"
    },
    {
      "id": "developer",
      "name": "Software Developer",
      "file": "developer.json"
    },
    {
      "id": "reviewer",
      "name": "Code Reviewer",
      "file": "reviewer.json"
    },
    {
      "id": "tester",
      "name": "Quality Assurance Engineer",
      "file": "tester.json"
    }
  ],
  "total_personas": 5,
  "last_updated": "2025-01-08T17:00:00Z"
}