{
  "appName": "Epic Dev Tools Sample Dataset",
  "version": "1.0.0",
  "totalRecords": 3,
  "users": [
    {
      "id": "usr_101",
      "name": "James Hilton",
      "email": "james@epicdevtools.com",
      "role": "Administrator",
      "active": true,
      "settings": {
        "theme": "light",
        "notifications": true
      }
    },
    {
      "id": "usr_102",
      "name": "Alice Johnson",
      "email": "alice@example.com",
      "role": "Developer",
      "active": true,
      "settings": {
        "theme": "dark",
        "notifications": false
      }
    }
  ]
}